mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
041a11b0df
This is necessary on Windows, otherwise CMake fails. It's not conventional on Windows to use cl for assembly (you'd use ml or ml64 instead), but CMake has a separate ASM_MASM mode for that, and clang-cl works fine for assembly so we'll use that on Windows for consistency. Differential Revision: https://reviews.llvm.org/D73522 |
||
---|---|---|
.. | ||
modules | ||
platforms | ||
config-ix.cmake | ||
config.guess | ||
dummy.cpp | ||
nsis_icon.ico | ||
nsis_logo.bmp | ||
README |
See docs/CMake.html for instructions on how to build LLVM with CMake.