[clang] [Clang][AMDGPU] Restore the non-RDC compilation pipeline (PR #200847)
Shilei Tian via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 2 08:01:19 PDT 2026
shiltian wrote:
> I opened #201135 as an alternative that keeps the non-LTO pipeline inside clang-linker-wrapper. The idea is the same goal (non-RDC shouldn't pay for LTO), but doing it in the wrapper means the per-arch device compiles still run in parallel, so `--offload-jobs` keeps working. Might be worth comparing the two approaches.
I'm fine if that could resolve the LTO pipeline as well as the `--save-temps` issue.
https://github.com/llvm/llvm-project/pull/200847
More information about the cfe-commits
mailing list