[cfe-commits] r86318 - /cfe/trunk/test/CodeGen/2009-10-20-GlobalDebug.c
Devang Patel
dpatel at apple.com
Fri Nov 6 16:41:37 PST 2009
Author: dpatel
Date: Fri Nov 6 18:41:37 2009
New Revision: 86318
URL: http://llvm.org/viewvc/llvm-project?rev=86318&view=rev
Log:
MIPS linkage name confuses gdb here. Generate and test DW_AT_name here.
Modified:
cfe/trunk/test/CodeGen/2009-10-20-GlobalDebug.c
Modified: cfe/trunk/test/CodeGen/2009-10-20-GlobalDebug.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2009-10-20-GlobalDebug.c?rev=86318&r1=86317&r2=86318&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2009-10-20-GlobalDebug.c (original)
+++ cfe/trunk/test/CodeGen/2009-10-20-GlobalDebug.c Fri Nov 6 18:41:37 2009
@@ -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;}
More information about the cfe-commits
mailing list