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
Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git]
/
test
/
FrontendObjC
/
2010-06-04-UnnamedCFString-dbg.m
blob
bded9ea2a40371422661777e2a6a2d3dfbc7583a
1
// RUN: %llvmgcc -S -O0 -g %s -o - | grep DW_TAG_variable | count 1
2
3
// Do not emit debug info for unnamed builtin CFString variable.
4
@interface Foo
5
@end
6
Foo *FooName = @"FooBar";