[PATCH] D73522: [CMake] Set ASM compiler for external projects
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 19:31:03 PST 2020
smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73522/new/
https://reviews.llvm.org/D73522
More information about the llvm-commits
mailing list