diff options
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; -} |