[cfe-commits] r143187 - /cfe/trunk/test/CodeGenObjC/debug-info-static-var.m

Nick Lewycky nicholas at mxc.ca
Thu Oct 27 22:29:58 PDT 2011


Author: nicholas
Date: Fri Oct 28 00:29:57 2011
New Revision: 143187

URL: http://llvm.org/viewvc/llvm-project?rev=143187&view=rev
Log:
Fix test for LLVM change r143186.

Modified:
    cfe/trunk/test/CodeGenObjC/debug-info-static-var.m

Modified: cfe/trunk/test/CodeGenObjC/debug-info-static-var.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-static-var.m?rev=143187&r1=143186&r2=143187&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-static-var.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-static-var.m Fri Oct 28 00:29:57 2011
@@ -3,9 +3,8 @@
 // Radar 8801045
 // Do not emit AT_MIPS_linkage_name for static variable i
 
-// CHECK:  DW_TAG_variable
-// CHECK-NEXT:        .byte   105                     ## DW_AT_name
-// CHECK-NEXT:        .byte   0
+// CHECK: Lset6 = Lstring3-Lsection_str           ## DW_AT_name
+// CHECK-NEXT: .long   Lset6
 // CHECK-NEXT:        DW_AT_type
 // CHECK-NEXT:        DW_AT_decl_file
 // CHECK-NEXT:        DW_AT_decl_line





More information about the cfe-commits mailing list