[cfe-commits] r150668 - /cfe/trunk/test/CodeGenObjC/debug-info-fwddecl.m

Bill Wendling isanbard at gmail.com
Thu Feb 16 00:58:11 PST 2012


Author: void
Date: Thu Feb 16 02:58:11 2012
New Revision: 150668

URL: http://llvm.org/viewvc/llvm-project?rev=150668&view=rev
Log:
Fix test to not depend upon metadata numbers.

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

Modified: cfe/trunk/test/CodeGenObjC/debug-info-fwddecl.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-fwddecl.m?rev=150668&r1=150667&r2=150668&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-fwddecl.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-fwddecl.m Thu Feb 16 02:58:11 2012
@@ -2,4 +2,4 @@
 @class ForwardObjcClass;
 ForwardObjcClass *ptr = 0;
 
-// CHECK: !8 = metadata !{i32 {{.*}}, metadata !6, metadata !"ForwardObjcClass", metadata !6, i32 2, i64 0, i64 0, i32 0, i32 4, null, null, i32 16, i32 0} ; [ DW_TAG_structure_type ]
+// CHECK: metadata !{i32 {{.*}}, metadata !{{.*}}, metadata !"ForwardObjcClass", metadata !{{.*}}, i32 2, i64 0, i64 0, i32 0, i32 4, null, null, i32 16, i32 0} ; [ DW_TAG_structure_type ]





More information about the cfe-commits mailing list