This fixes building the tests so that the tests can start
executing (even if there still are lots of failures).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.