mold icon indicating copy to clipboard operation
mold copied to clipboard

gollvm's CMake issues, featuring mold

Open advancedwebdeveloper opened this issue 3 years ago • 1 comments

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

advancedwebdeveloper avatar Mar 23 '22 15:03 advancedwebdeveloper

What is your cmake command line?

rui314 avatar Apr 03 '22 04:04 rui314