1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/test/FrontendObjC/2011-03-02-ConstCFStringLiteralAlign.m

12 lines
280 B
Mathematica
Raw Normal View History

// RUN: %llvmgcc -S -w -m64 -mmacosx-version-min=10.5 %s -o - | \
// RUN: llc --disable-fp-elim -o - | FileCheck %s
2011-03-03 02:32:56 +01:00
// XFAIL: *
// XTARGET: darwin
@interface Foo
@end
Foo *FooName = @"FooBar";
// CHECK: .section __TEXT,__cstring,cstring_literals
// CHECK-NEXT: L_.str: