[clang] [LinkerWrapper] Fix -fsave-optimization-record default file (PR #149003)

Joel E. Denny via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 16 08:11:02 PDT 2025


jdenny-ornl wrote:

> So the problem is the names getting overwritten between the host and the device?

No.  The problem is the default name is temporary file because the main output file (-o) is a temporary file.


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


More information about the cfe-commits mailing list