[PATCH] D89942: Disable LTO and LLD for bootstrap builds on systems unsupported by LLD

serge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 26 02:08:25 PDT 2020


serge-sans-paille added inline comments.


================
Comment at: clang/CMakeLists.txt:668
+    message(STATUS "Using system linker for stage3 builds on Apple")
+    set(BOOTSTRAP_LLVM_ENABLE_LLD OFF CACHE BOOL "")
+  else()
----------------
Should you also disable LTO here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89942



More information about the cfe-commits mailing list