mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Testcase for r126913.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126914 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bece06f0c6
commit
cb1c195f53
10
test/FrontendObjC/2011-03-02-ConstCFStringLiteralAlign.m
Normal file
10
test/FrontendObjC/2011-03-02-ConstCFStringLiteralAlign.m
Normal file
@ -0,0 +1,10 @@
|
||||
// RUN: %llvmgcc -S -w -m64 -mmacosx-version-min=10.5 %s -o - | FileCheck %s
|
||||
// XFAIL: *
|
||||
// XTARGET: darwin
|
||||
|
||||
@interface Foo
|
||||
@end
|
||||
Foo *FooName = @"FooBar";
|
||||
|
||||
// CHECK: .section __TEXT,__cstring,cstring_literals
|
||||
// CHECK-NEXT: L_.str:
|
Loading…
Reference in New Issue
Block a user