Re: Incremental LTO linking part 3: lto-wrapper support

2018-05-30 Thread Jan Hubicka
> > @@ -1108,9 +1109,12 @@ > > file_offset = (off_t) loffset; > > } > >fd = open (filename, O_RDONLY | O_BINARY); > > + /* Linker plugin passes -fresolution and -flinker-output options. */ > >if (fd == -1) > > { > > lto_argv[lto_argc++] = argv[i]; > > +

Re: Incremental LTO linking part 3: lto-wrapper support

2018-05-09 Thread Richard Biener
On Tue, 8 May 2018, Jan Hubicka wrote: > Hi, > this patch makes lto-wrapper to look for -flinker-output=rel and in this > case confiugre lto1 in non-WHOPR mode + disable section renaming. > > Bootstrapped/regtested x86_64-linux with rest of incremental link patchset. > OK? > > * lto-wrappe