r258526 - Rephrase this test to help debug a buildbot issue

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 22 11:14:25 PST 2016


Author: adrian
Date: Fri Jan 22 13:14:24 2016
New Revision: 258526

URL: http://llvm.org/viewvc/llvm-project?rev=258526&view=rev
Log:
Rephrase this test to help debug a buildbot issue

Modified:
    cfe/trunk/test/Modules/ExtDebugInfo.cpp

Modified: cfe/trunk/test/Modules/ExtDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/ExtDebugInfo.cpp?rev=258526&r1=258525&r2=258526&view=diff
==============================================================================
--- cfe/trunk/test/Modules/ExtDebugInfo.cpp (original)
+++ cfe/trunk/test/Modules/ExtDebugInfo.cpp Fri Jan 22 13:14:24 2016
@@ -109,4 +109,5 @@ void foo() {
 // CHECK: !DICompileUnit(
 // CHECK-SAME:           splitDebugFilename:
 // CHECK-SAME:           dwoId:
-// CHECK-PCH:            dwoId: 18446744073709551614
+// CHECK-PCH: !DICompileUnit({{.*}}splitDebugFilename:
+// CHECK-PCH:                dwoId: 18446744073709551614




More information about the cfe-commits mailing list