[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO
Jan Hubicka
hubicka@ucw.cz
Thu Dec 2 08:47:00 GMT 2010
> Yeh, precisely. The ironly file is a placeholder into which we put the
> symbols found in the lto symtab so that they can take part in the link and
> their resolutions be determined. We have no way of conveying any symbol type
The error comes out after the lto1 invocation, so why the ironly section is still around?
I would expect it to be discarded at that time and replaced by whatever compiler
returns to you.
On the other hand, discarding won't help if there was non-LTO module referencing
TLS var also used by LTO module I guess.
More information about the Gcc-bugs
mailing list