[clang] [Offload] Always consider `flto` on for AMDGPU (PR #129118)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 28 05:01:07 PST 2025


jhuber6 wrote:

> We do have some framework teams that are still using non-LTO (or non-gpu-rdc) build.

This doesn't force that, adding `-flto` just informs the compiler to forward certain flags to the linker.

https://github.com/llvm/llvm-project/pull/129118


More information about the cfe-commits mailing list