Author: d0k
Date: Sat Jan 23 04:14:58 2010
New Revision: 94306

URL: http://llvm.org/viewvc/llvm-project?rev=94306&view=rev
Log:
Adjust testcase for recent DWARF printer changes.

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=94306&r1=94305&r2=94306&view=diff

==============================================================================
--- cfe/trunk/test/CodeGen/2009-10-20-GlobalDebug.c (original)
+++ cfe/trunk/test/CodeGen/2009-10-20-GlobalDebug.c Sat Jan 23 04:14:58 2010
@@ -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_name
+// CHECK: asciz "global" ## External Name
 int main() { return 0;}


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to