[cmake] whole-program LTO, prefer lld on clang #2581
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "cmake/no-mold"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -200,0 +203,4 @@
include(CheckIPOSupported)
check_ipo_supported(RESULT COMPILER_SUPPORTS_LTO)
if(NOT COMPILER_SUPPORTS_LTO)
message(WARNING "LTO is not supported!")
As stated on #2523, it should be a fatal_error rather than a warning
33f6e830a8
to794a44fdcb
WIP: [cmake] whole-program LTO, prefer lld on clangto [cmake] whole-program LTO, prefer lld on clang