Re: [Patch] lto-wrapper: Use nontemp filename with -save-temps

2020-10-13 Thread Tobias Burnus
On 10/13/20 2:56 PM, Richard Biener wrote: On Tue, 13 Oct 2020, Tobias Burnus wrote: This patch generates (for a.out and -save-temps) the file a.crtoffloadtable.o. I missed a misused of concat in my patch :-( Committed as obvious. Tobias - Mentor Graphics (Deutschland) GmbH,

Re: [Patch] lto-wrapper: Use nontemp filename with -save-temps

2020-10-13 Thread Richard Biener
On Tue, 13 Oct 2020, Tobias Burnus wrote: > There are still some @cc... files under /tmp, > but at lease another file is now at the proper place. > > This patch generates (for a.out and -save-temps) > the file a.crtoffloadtable.o. > > (I have not fully digested the LTO calls, but I think > this

[Patch] lto-wrapper: Use nontemp filename with -save-temps

2020-10-13 Thread Tobias Burnus
There are still some @cc... files under /tmp, but at lease another file is now at the proper place. This patch generates (for a.out and -save-temps) the file a.crtoffloadtable.o. (I have not fully digested the LTO calls, but I think this file is only created once and not by concurrent lto-wrappe