diff options
Diffstat (limited to 'test/FrontendObjC/2011-03-02-ConstCFStringLiteralAlign.m')
-rw-r--r-- | test/FrontendObjC/2011-03-02-ConstCFStringLiteralAlign.m | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/FrontendObjC/2011-03-02-ConstCFStringLiteralAlign.m b/test/FrontendObjC/2011-03-02-ConstCFStringLiteralAlign.m deleted file mode 100644 index a5bd2b7..0000000 --- a/test/FrontendObjC/2011-03-02-ConstCFStringLiteralAlign.m +++ /dev/null @@ -1,11 +0,0 @@ -// RUN: %llvmgcc -S -w -m64 -mmacosx-version-min=10.5 %s -o - | \ -// RUN: llc --disable-fp-elim -o - | FileCheck %s -// XFAIL: * -// XTARGET: darwin - -@interface Foo -@end -Foo *FooName = @"FooBar"; - -// CHECK: .section __TEXT,__cstring,cstring_literals -// CHECK-NEXT: L_.str: |