summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2009-10-20-GlobalDebug.c
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-11-07 00:41:37 +0000
committerDevang Patel <dpatel@apple.com>2009-11-07 00:41:37 +0000
commit22053c0f46d803884d90c664aa0df1a9149a0e2c (patch)
tree41476c583d656aeea79a8190824d2414786db597 /clang/test/CodeGen/2009-10-20-GlobalDebug.c
parentbde558c5364158249bdedeabeeac4ff16d9f3302 (diff)
downloadbcm5719-llvm-22053c0f46d803884d90c664aa0df1a9149a0e2c.tar.gz
bcm5719-llvm-22053c0f46d803884d90c664aa0df1a9149a0e2c.zip
MIPS linkage name confuses gdb here. Generate and test DW_AT_name here.
llvm-svn: 86318
Diffstat (limited to 'clang/test/CodeGen/2009-10-20-GlobalDebug.c')
-rw-r--r--clang/test/CodeGen/2009-10-20-GlobalDebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2009-10-20-GlobalDebug.c b/clang/test/CodeGen/2009-10-20-GlobalDebug.c
index eea3fb5307b..fddc76c14da 100644
--- a/clang/test/CodeGen/2009-10-20-GlobalDebug.c
+++ b/clang/test/CodeGen/2009-10-20-GlobalDebug.c
@@ -1,4 +1,4 @@
// RUN: clang -ccc-host-triple i386-apple-darwin10 -S -g -dA %s -o - | FileCheck %s
int global;
-// CHECK: asciz "global" ## DW_AT_MIPS_linkage_name
+// CHECK: asciz "global" ## DW_AT_name
int main() { return 0;}
OpenPOWER on IntegriCloud