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

Chad Rosier mcrosier at apple.com
Mon Feb 20 11:51:44 PST 2012


Author: mcrosier
Date: Mon Feb 20 13:51:44 2012
New Revision: 150983

URL: http://llvm.org/viewvc/llvm-project?rev=150983&view=rev
Log:
Make test case less sensitive to metadata numbering.

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=150983&r1=150982&r2=150983&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-fwddecl.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-fwddecl.m Mon Feb 20 13:51:44 2012
@@ -2,4 +2,4 @@
 @class ForwardObjcClass;
 ForwardObjcClass *ptr = 0;
 
-// CHECK: metadata !{i32 {{.*}}, null, metadata !"ForwardObjcClass", metadata !6, i32 2, i32 0, i32 0, i32 0, i32 4, null, null, i32 16} ; [ DW_TAG_structure_type ]
+// CHECK: metadata !{i32 {{.*}}, null, metadata !"ForwardObjcClass", metadata !{{.*}}, i32 2, i32 0, i32 0, i32 0, i32 4, null, null, i32 16} ; [ DW_TAG_structure_type ]





More information about the cfe-commits mailing list