[clang] [HIP][AMDGPU] Use non-LTO pipeline for non-RDC in the linker wrapper (PR #201135)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 2 07:56:50 PDT 2026
https://github.com/jhuber6 commented:
This compiles the files individually, which somewhat works, but if you use libraries you'll end up with object linking. Might be fine for compiler-rt because I think the function resource usage is smaller than an indirect call, but it'll be slow.
https://github.com/llvm/llvm-project/pull/201135
More information about the cfe-commits
mailing list