forked from OSchip/llvm-project
[clang] Fix fail of OpenMP/tile_codegen_tile_for.cpp.
Clang's version string can be customized using CLANG_VENDOR which the test did not consider. Change the test to accept any version string.
This commit is contained in:
parent
b2c8bcbab8
commit
64e5a3bbdd
|
@ -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]]}
|
||||
|
|
Loading…
Reference in New Issue