[all-commits] [llvm/llvm-project] 5b125a: [CMake] Add detection for the mold linker in AddLL...
Frederic Cambus via All-commits
all-commits at lists.llvm.org
Tue Sep 28 05:19:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b125a49ba9f52cb6b24767f3c98ce623a2d5207
https://github.com/llvm/llvm-project/commit/5b125a49ba9f52cb6b24767f3c98ce623a2d5207
Author: Frederic Cambus <fred at statdns.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M llvm/cmake/modules/AddLLVM.cmake
Log Message:
-----------
[CMake] Add detection for the mold linker in AddLLVM.cmake.
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
More information about the All-commits
mailing list