[PATCH] D47833: [CMake] Pass additional CMake tools to external projects

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 14:01:59 PDT 2018


smeenai accepted this revision.
smeenai added a comment.

LGTM



================
Comment at: llvm/cmake/modules/LLVMExternalProjectUtils.cmake:111
+    if(lld IN_LIST TOOLCHAIN_TOOLS)
+      list(APPEND compiler_args -DCMAKE_LINKER=${LLVM_RUNTIME_OUTPUT_INTDIR}/ld.lld)
+    endif()
----------------
Do we only care about ELF?


Repository:
  rL LLVM

https://reviews.llvm.org/D47833





More information about the llvm-commits mailing list