Checking for the type of the command line tokenizer should not be the criteria to enable support for the CL environment variable, this change checks that we are in clang-cl mode instead.
Details
Details
- Reviewers
majnemer rsmith - Commits
- rG209b6e2e78d3: [clang-cl] Check that we are in clang cl mode before enabling support for the…
rC280702: [clang-cl] Check that we are in clang cl mode before enabling support for the…
rL280702: [clang-cl] Check that we are in clang cl mode before enabling support for the…
Diff Detail
Diff Detail
- Repository
- rL LLVM