[PATCH] D126699: [CMake] Skip linker check if the LLVM_LINKER_WORKS is set
Pavel Samolysov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 31 06:59:39 PDT 2022
psamolysov added a comment.
Colleagues, I propose this change to make the runtime components buildable with a "not-ready yet" `lld` linker and libraries. One disadvantage I see, when the `LLVM_USE_LINKER` is not set, the CMake issues warnings about the unused variable `LLVM_LINKER_WORKS`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126699/new/
https://reviews.llvm.org/D126699
More information about the llvm-commits
mailing list