[PATCH] D144660: [compiler-rt][CMake] Properly set COMPILER_RT_HAS_LLD

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 01:02:41 PDT 2023


barannikov88 added a comment.

Is this correct? If lld is listed in LLVM_ENABLE_PROJECTS it does not necessarily
mean that it can target //all// architectures for which the libraries are being built.
Perhaps it should instead check `RUNTIMES_<triple>_LLVM_ENABLE_LLD` or something like that?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144660/new/

https://reviews.llvm.org/D144660



More information about the llvm-commits mailing list