llvm-6502/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
// XFAIL: *
// XTARGET: darwin
@interface Foo
@end
Foo *FooName = @"FooBar";
// CHECK: .section __TEXT,__cstring,cstring_literals
// CHECK-NEXT: L_.str: