Thanks! Sent from my iPhone
On Feb 20, 2012, at 11:51 AM, Chad Rosier <[email protected]> wrote: > 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 ] > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
