[PATCH] D89942: Disable LTO and LLD for bootstrap builds on systems unsupported by LLD
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 17 06:25:57 PDT 2021
beanz accepted this revision.
beanz added a comment.
LGTM.
The `*_LTO` and `*_LLD` variables are usable independently of each other even on non-Apple platforms, so it makes sense to need to set them both. LLVM’s LTO is supported in Gold, and I believe our build system supports MSVC’s LTCG (which is their version of LTO).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89942/new/
https://reviews.llvm.org/D89942
More information about the cfe-commits
mailing list