diff options
author | Galina Kistanova <gkistanova@gmail.com> | 2011-05-31 00:34:37 +0000 |
---|---|---|
committer | Galina Kistanova <gkistanova@gmail.com> | 2011-05-31 00:34:37 +0000 |
commit | 4503e20ae6260d097d1becb99e523b2251eeac89 (patch) | |
tree | df4f0693dc4f541366d3ae77473b2fff8e4cab2e /clang/test/CodeGen/2009-10-20-GlobalDebug.c | |
parent | e5ea7eb0072a5addfc40c020b5b53baf5bb50783 (diff) | |
download | bcm5719-llvm-4503e20ae6260d097d1becb99e523b2251eeac89.tar.gz bcm5719-llvm-4503e20ae6260d097d1becb99e523b2251eeac89.zip |
Just one for now to see how it will fly.
llvm-svn: 132321
Diffstat (limited to 'clang/test/CodeGen/2009-10-20-GlobalDebug.c')
-rw-r--r-- | clang/test/CodeGen/2009-10-20-GlobalDebug.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/test/CodeGen/2009-10-20-GlobalDebug.c b/clang/test/CodeGen/2009-10-20-GlobalDebug.c deleted file mode 100644 index 3c46bea3798..00000000000 --- a/clang/test/CodeGen/2009-10-20-GlobalDebug.c +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: %clang -ccc-host-triple i386-apple-darwin10 -S -g -dA %s -o - | FileCheck %s -int global; -// CHECK: ascii "localstatic" ## DW_AT_name -// CHECK: asciz "global" ## External Name -int main() { - static int localstatic; - return 0; -} |