mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
51b0ed3703
As of cmake 3.18, cmake changes how it searches for compilers for
Windows (see
55196a1440
)
and now finds llvm-ar instead of llvm-lib as CMAKE_AR. This explicitly
specifies CMAKE_AR as llvm-lib so the correct program is found.
Reviewed By: smeenai
Differential Revision: https://reviews.llvm.org/D88176
See docs/CMake.html for instructions on how to build LLVM with CMake.