[PATCH] D26649: [CMake] Support lld with LTO bootstrap

Mehdi AMINI via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 14 18:57:52 PST 2017


mehdi_amini added inline comments.


================
Comment at: cfe/trunk/CMakeLists.txt:531
+      if(BOOTSTRAP_LLVM_ENABLE_LLD)
+        add_dependencies(clang-bootstrap-deps lld)
+      elseif(LLVM_BINUTILS_INCDIR)
----------------
I come back to this a bit late, sorry, but I'm not sure I understand why this dependency on the bootstrap happens only when LTO is used?



Repository:
  rL LLVM

https://reviews.llvm.org/D26649





More information about the cfe-commits mailing list