Re: [PATCH, driver specs][1] Put -flto-partition= on the collect2 c/l

2018-08-22 Thread Richard Biener
On Wed, Aug 22, 2018 at 2:51 PM Iain Sandoe wrote: > > > > On 20 Aug 2018, at 11:01, Richard Biener wrote: > > > > On Sat, Aug 18, 2018 at 9:00 PM Iain Sandoe wrote: > > >> While working on the Darwin LTO issues I noticed that collect2 looks for > >> "-flto-partition=none” in its command line o

Re: [PATCH, driver specs][1] Put -flto-partition= on the collect2 c/l

2018-08-22 Thread Iain Sandoe
> On 20 Aug 2018, at 11:01, Richard Biener wrote: > > On Sat, Aug 18, 2018 at 9:00 PM Iain Sandoe wrote: >> While working on the Darwin LTO issues I noticed that collect2 looks for >> "-flto-partition=none” in its command line option, but it doesn’t get passed. >> >> So - is the attached pa