[PATCH] D110035: [CMake] Add detection for the mold linker in AddLLVM.cmake.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 23 13:41:22 PDT 2021
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: llvm/cmake/modules/AddLLVM.cmake:198
+ set(LLVM_LINKER_DETECTED YES CACHE INTERNAL "")
+ set(LLVM_LINKER_IS_GOLD YES CACHE INTERNAL "")
+ message(STATUS "Linker detection: mold")
----------------
LLVM_LINKER_IS_GOLD should be dropped
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110035/new/
https://reviews.llvm.org/D110035
More information about the llvm-commits
mailing list