[all-commits] [llvm/llvm-project] 32eb7b: [Driver][test] Remove clang{{.*}} when testing -cc...
Richard Trieu via All-commits
all-commits at lists.llvm.org
Mon May 2 17:28:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32eb7b863e49222882afae39ca9f2888ee5cc7a0
https://github.com/llvm/llvm-project/commit/32eb7b863e49222882afae39ca9f2888ee5cc7a0
Author: Weverything <rtrieu at google.com>
Date: 2022-05-02 (Mon, 02 May 2022)
Changed paths:
M clang/test/Driver/wasm-toolchain.cpp
Log Message:
-----------
[Driver][test] Remove clang{{.*}} when testing -cc1 command lines
The majority of tests omit testing "clang" for -cc1 command lines. In addition,
some distributions symlink %clang to an executable with a content hash based
filename so clang{{.*}} check won't work.
With this change, we can remove many -no-canonical-prefixes whose purpose was to
make the tests pass on such distributions.
More information about the All-commits
mailing list