Re: [PATCH, lto-plugin] Make the plugin more -save-temps friendly.

2019-05-15 Thread Iain Sandoe
> On 15 May 2019, at 14:52, Martin Liška wrote: > > On 5/14/19 6:45 PM, Iain Sandoe wrote: >> Currently the lto plugin has a somewhat obscure incantation to get it to >> save its temp files, and at least one is not named in any > > libtool: compile: gcc -DHAVE_CONFIG_H -I. >

Re: [PATCH, lto-plugin] Make the plugin more -save-temps friendly.

2019-05-15 Thread Martin Liška
On 5/14/19 6:45 PM, Iain Sandoe wrote: > Currently the lto plugin has a somewhat obscure incantation to get it to save > its temp files, and at least one is not named in any sensible way for > development examination. > > This patch makes it follow the same approach as collect2. > >

Re: [PATCH, lto-plugin] Make the plugin more -save-temps friendly.

2019-05-15 Thread Richard Biener
On Tue, 14 May 2019, Iain Sandoe wrote: > Currently the lto plugin has a somewhat obscure incantation to get it to save > its temp files, and at least one is not named in any sensible way for > development examination. > > This patch makes it follow the same approach as collect2. > >

[PATCH, lto-plugin] Make the plugin more -save-temps friendly.

2019-05-14 Thread Iain Sandoe
Currently the lto plugin has a somewhat obscure incantation to get it to save its temp files, and at least one is not named in any sensible way for development examination. This patch makes it follow the same approach as collect2. -save-temps causes the temp file to be named meaningfully, and