[PATCH] D147648: [compiler-rt] [test] [fuzzer] Don't pass msvc specific flags to mingw tools
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 5 12:10:07 PDT 2023
vitalybuka accepted this revision.
vitalybuka added a comment.
This revision is now accepted and ready to land.
In D147648#4246736 <https://reviews.llvm.org/D147648#4246736>, @mstorsjo wrote:
> In D147648#4246717 <https://reviews.llvm.org/D147648#4246717>, @vitalybuka wrote:
>
>> What is about clang-cl?
>
> When building with clang-cl, the cmake variable `MSVC` is set, since it’s considered roughly the same. (It’s considered the same “environment “.) Distinguishing between clang-cl and actual MSVC requires checking more specific variables.
Thanks, we are good if it's covered.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147648/new/
https://reviews.llvm.org/D147648
More information about the llvm-commits
mailing list