[lld] r268178 - ELF: New symbol table design.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 18:45:15 PDT 2016
I sync'ed to the head today, and I saw the improvement on my machine as
well. This is one of the best patches committed to LLD/ELF. Thank you for
doing this!
On Mon, May 2, 2016 at 6:41 PM, Peter Collingbourne via llvm-commits <
llvm-commits at lists.llvm.org> wrote:
> http://reviews.llvm.org/D19836 is the fix for Rafael's reproducer. Ed,
> please let me know if it fixes the issue for you.
>
> Peter
>
> On Mon, May 2, 2016 at 1:02 PM, Peter Collingbourne <peter at pcc.me.uk>
> wrote:
>
>> On Mon, May 2, 2016 at 12:55 PM, Rafael EspĂndola <
>> rafael.espindola at gmail.com> wrote:
>>
>>> To reproduce the problem:
>>>
>>> clang -c test.s
>>> clang -c test2.s
>>> llvm-ar rc test2.a test2.o
>>> ld.lld -shared -o test.so test2.a test.o
>>>
>>> with
>>>
>>> test.s:
>>> addq a at GOTTPOFF(%rip), %rax
>>> test2.s:
>>> .section .tdata,"awT", at progbits
>>> .globl a
>>> a:
>>> .long 42
>>>
>>
>> Was able to reproduce, looking.
>>
>> Thanks,
>> --
>> --
>> Peter
>>
>
>
>
> --
> --
> Peter
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160502/47536313/attachment.html>
More information about the llvm-commits
mailing list