[cfe-commits] r154482 - /cfe/trunk/test/CodeGenObjC/debug-info-impl.m

Eric Christopher echristo at apple.com
Tue Apr 10 23:09:33 PDT 2012


Author: echristo
Date: Wed Apr 11 01:09:33 2012
New Revision: 154482

URL: http://llvm.org/viewvc/llvm-project?rev=154482&view=rev
Log:
Try to fix the windows buildbots by making this test a little less
dependent upon metadata ordering.

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

Modified: cfe/trunk/test/CodeGenObjC/debug-info-impl.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-impl.m?rev=154482&r1=154481&r2=154482&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-impl.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-impl.m Wed Apr 11 01:09:33 2012
@@ -1,5 +1,5 @@
 // RUN: %clang -fverbose-asm -g -S -emit-llvm %s -o - | FileCheck %s
-// CHECK: metadata !{i32 786451, metadata !6, metadata !"Circle", metadata !6, i32 11, i64 64, i64 64, i32 0, i32 512, null, metadata !7, i32 16, i32 0} ; [ DW_TAG_structure_type ]
+// CHECK: metadata !{i32 {{.*}}, metadata {{.*}}, metadata !"Circle", metadata {{.*}}, i32 11, i64 64, i64 64, i32 0, i32 512, null, metadata {{.*}}, i32 16, i32 0} ; [ DW_TAG_structure_type ]
 @interface NSObject {
   struct objc_object *isa;
 }





More information about the cfe-commits mailing list