repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
This should always be signed chars, so use int8_t. This fixes a miscompile when
[llvm/stm8.git]
/
test
/
FrontendObjC
/
2011-03-02-ConstCFStringLiteralAlign.m
blob
a5bd2b73bf09c49946c702d706f75494f1c105ce
1
// RUN: %llvmgcc -S -w -m64 -mmacosx-version-min=10.5 %s -o - | \
2
// RUN: llc --disable-fp-elim -o - | FileCheck %s
3
// XFAIL: *
4
// XTARGET: darwin
5
6
@interface Foo
7
@end
8
Foo *FooName = @"FooBar";
9
10
// CHECK: .section __TEXT,__cstring,cstring_literals
11
// CHECK-NEXT: L_.str: