mold
mold copied to clipboard
gollvm's CMake issues, featuring mold
Creating a bug report.
Two compilers are affected: GCC 11.2.0 and Clang 14.
https://github.com/golang/go/issues/51875
$ gcc --version gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0 $ clang-14 --version Ubuntu clang version 14.0.0-++20220316013357+add3ab7f4c8a-1~exp1~20220316133449.102 Target: x86_64-pc-linux-gnu Thread model: posix $ cmake --version cmake version 3.18.4 $ ninja --version 1.10.1
What is your cmake command line?