[PATCH] D26649: [CMake] Support lld with LTO bootstrap
Mehdi AMINI via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 14 16:50:57 PST 2016
mehdi_amini added inline comments.
================
Comment at: CMakeLists.txt:516
if(BOOTSTRAP_LLVM_ENABLE_LTO OR LLVM_ENABLE_LTO AND NOT LLVM_BUILD_INSTRUMENTED)
add_dependencies(clang-bootstrap-deps LTO)
if(APPLE)
----------------
This dep does not make sense when using either lld or gold by the way.
Repository:
rL LLVM
https://reviews.llvm.org/D26649
More information about the cfe-commits
mailing list