[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
Tue Mar 16 11:31:42 PDT 2021
beanz added a comment.
If you add `include(CMakeDetermineSystem)` to the top of the cache file, it should initialize `CMAKE_HOST_SYSTEM_PROCESSOR`, which also probably gives you a reasonable value to key off.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89942/new/
https://reviews.llvm.org/D89942
More information about the cfe-commits
mailing list