aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendObjC/2011-03-02-ConstCFStringLiteralAlign.m
blob: a5bd2b73bf09c49946c702d706f75494f1c105ce (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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: