[clang] [LinkerWrapper] Fix -fsave-optimization-record default file (PR #149003)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 16 08:07:36 PDT 2025
https://github.com/jhuber6 commented:
So the problem is the names getting overwritten between the host and the device? Could we append the filename with the target / offloading kind when we're in offloading mode? If it's in the embedded clang job, I'm wondering why the names conflict since it's supposed to use a generated name that includes the triple.
https://github.com/llvm/llvm-project/pull/149003
More information about the cfe-commits
mailing list