forked from OSchip/llvm-project
![]() mold says it is compatible with GNU ld and gold linkers: ``` $ mold -v mold 0.9.5 (compatible with GNU ld and GNU gold) ``` And thus it currently gets detected as Gold. With the following diff, CMake now correctly reports the linker name, and mold keeps being identified as Gold internally for now. Reviewed By: ldionne, MaskRay Differential Revision: https://reviews.llvm.org/D110035 |
||
---|---|---|
.. | ||
modules | ||
platforms | ||
README | ||
config-ix.cmake | ||
config.guess | ||
dummy.cpp | ||
nsis_icon.ico | ||
nsis_logo.bmp | ||
unwind.h |
README
See docs/CMake.html for instructions on how to build LLVM with CMake.