[all-commits] [llvm/llvm-project] 64e5a3: [clang] Fix fail of OpenMP/tile_codegen_tile_for.cpp.
Michael Kruse via All-commits
all-commits at lists.llvm.org
Wed Jun 2 19:02:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64e5a3bbdde25af0fd9f2b9b8539e23f36c80601
https://github.com/llvm/llvm-project/commit/64e5a3bbdde25af0fd9f2b9b8539e23f36c80601
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2021-06-02 (Wed, 02 Jun 2021)
Changed paths:
M clang/test/OpenMP/tile_codegen_tile_for.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list