diff options
Diffstat (limited to 'test/FrontendC++/2006-11-20-GlobalSymbols.cpp')
-rw-r--r-- | test/FrontendC++/2006-11-20-GlobalSymbols.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/FrontendC++/2006-11-20-GlobalSymbols.cpp b/test/FrontendC++/2006-11-20-GlobalSymbols.cpp deleted file mode 100644 index c4afd32..0000000 --- a/test/FrontendC++/2006-11-20-GlobalSymbols.cpp +++ /dev/null @@ -1,10 +0,0 @@ -// PR1013 -// Check to make sure debug symbols use the correct name for globals and -// functions. Will not assemble if it fails to. -// RUN: %llvmgcc_only -O0 -g -c %s - -int foo __asm__("f\001oo"); - -int bar() { - return foo; -} |