[clang] Fix fail of OpenMP/tile_codegen_tile_for.cpp.
authorMichael Kruse <llvm-project@meinersbur.de>
Thu, 3 Jun 2021 01:47:54 +0000 (20:47 -0500)
committerMichael Kruse <llvm-project@meinersbur.de>
Thu, 3 Jun 2021 02:02:05 +0000 (21:02 -0500)
Clang's version string can be customized using CLANG_VENDOR which the
test did not consider. Change the test to accept any version string.

clang/test/OpenMP/tile_codegen_tile_for.cpp

index 314446c..e4e5548 100644 (file)
@@ -247,7 +247,7 @@ extern "C" void func(int start, int end, int step) {
 
 #endif /* HEADER */
 // IR: ![[META0:[0-9]+]] = !{i32 1, !"wchar_size", i32 4}
-// IR: ![[META1:[0-9]+]] = !{!"clang version {{[^"]*}}"}
+// IR: ![[META1:[0-9]+]] = !{!"{{[^"]*}}"}
 // IR: ![[LOOP2]] = distinct !{![[LOOP2]], ![[LOOPPROP3:[0-9]+]]}
 // IR: ![[LOOPPROP3]] = !{!"llvm.loop.mustprogress"}
 // IR: ![[LOOP4]] = distinct !{![[LOOP4]], ![[LOOPPROP3]]}