Author: adrian Date: Wed Nov 9 17:05:16 2016 New Revision: 286411 URL: http://llvm.org/viewvc/llvm-project?rev=286411&view=rev Log: Relax testcase so it also works on Windows.
Modified: cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp Modified: cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp?rev=286411&r1=286410&r2=286411&view=diff ============================================================================== --- cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp (original) +++ cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp Wed Nov 9 17:05:16 2016 @@ -13,7 +13,7 @@ struct C : A, B { }; void C::f() { } -// CHECK: define void @_ZThn{{[48]}}_N1C1fEv +// CHECK: define {{.*}} void @_ZThn{{[48]}}_N1C1fEv // CHECK-SAME: !dbg ![[SP:[0-9]+]] // CHECK-NOT: {{ret }} // CHECK: = load{{.*}} !dbg ![[DBG:[0-9]+]] _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits