[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)
commit64e5a3bbdde25af0fd9f2b9b8539e23f36c80601
treebb87e5ec1406067c0691074f040d8449e767c832
parentb2c8bcbab8a44c4582632845697b9425c3200230
[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.
clang/test/OpenMP/tile_codegen_tile_for.cpp