aboutsummaryrefslogtreecommitdiff
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
commiteadfeb59cb9fecdb7d86c0ba0be8ad5c2754927c (patch)
treebbb3686dbf3e6eff808b4f5fa63cc717bd55b55b
parente468611c125854a2eff59f699700cdd916737819 (diff)
MIPS linkage name confuses gdb here. Generate and test DW_AT_name here.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86318 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/2009-10-20-GlobalDebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2009-10-20-GlobalDebug.c b/test/CodeGen/2009-10-20-GlobalDebug.c
index eea3fb5307..fddc76c14d 100644
--- a/test/CodeGen/2009-10-20-GlobalDebug.c
+++ b/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;}