This is necessary on Windows, otherwise CMake fails.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I don't think it's conventional on Windows to use cl for assembly (you'd use ml or ml64 instead), but apparently CMake has a separate ASM_MASM mode for that, and clang-cl works fine for assembly, so LGTM.