[lld] r249520 - Don't create dynamic relocations for weak undefined symbols.
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 09:59:31 PDT 2015
On Wed, Oct 7, 2015 at 9:57 AM, Rafael EspĂndola <rafael.espindola at gmail.com
> wrote:
> > Were these numbers hot/cold, on an SSD?
>
> Tmpfs. Both input and output. I also used thin archives.
>
Can I enable that in LLVM? Is it beneficial?
(does gold support thin archives? (is it an apples-to-apple-like-objects
comparison, I guess?))
> > So if I don't care much about file size - does lld self host LLVM?
> Perhaps that'd be an improvement for development if it saves me link
> time...
> >
>
> It can link all of llvm, clang and lld if you disable threads.
> Unfortunately the generated lld is not functional because it still uses tls.
>
Ah, rightio. Hmm - guess I can move lld out of the way while I'm
self-hosting, until that's implemented.
Do I have to do something to opt-in to ELF2?
> Cheers, Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151007/3fe23b6f/attachment.html>
More information about the llvm-commits
mailing list