[lld] r268178 - ELF: New symbol table design.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 18:41:19 PDT 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160502/da0175c7/attachment.html>


More information about the llvm-commits mailing list