[cfe-commits] r171134 - /cfe/trunk/test/CodeGenObjC/debug-info-static-var.m
Eric Christopher
echristo at gmail.com
Wed Dec 26 18:20:24 PST 2012
Author: echristo
Date: Wed Dec 26 20:20:24 2012
New Revision: 171134
URL: http://llvm.org/viewvc/llvm-project?rev=171134&view=rev
Log:
Update test for backend change.
TODO: This test should be moved to the backend.
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=171134&r1=171133&r2=171134&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-static-var.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-static-var.m Wed Dec 26 20:20:24 2012
@@ -3,7 +3,7 @@
// Radar 8801045
// Do not emit AT_MIPS_linkage_name for static variable i
-// CHECK: Lset6 = Lstring3-Lsection_str ## DW_AT_name
+// CHECK: Lset6 = Linfo_string3-Linfo_string ## DW_AT_name
// CHECK-NEXT: .long Lset6
// CHECK-NEXT: DW_AT_type
// CHECK-NEXT: DW_AT_decl_file
More information about the cfe-commits
mailing list