[clang] [CMake][Release] Build with -ffat-lto-objects (PR #140381)
Nikita Popov via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 26 08:15:35 PDT 2025
nikic wrote:
> How much slower is this? Last time I tested fatlto in our toolchain it took a VERY long time to link.
You're probably thinking about "full" LTO, this is fat thin LTO. Our naming is truly amazing. See https://llvm.org/docs/FatLTO.html.
It should add about 10% overhead.
https://github.com/llvm/llvm-project/pull/140381
More information about the cfe-commits
mailing list