[clang] [CMake][Release] Build with -ffat-lto-objects (PR #140381)
Tobias Hieta via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 26 08:22:26 PDT 2025
tru 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.
Oh great. In that case this seems fine!
https://github.com/llvm/llvm-project/pull/140381
More information about the cfe-commits
mailing list