[lld] r268178 - ELF: New symbol table design.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 13:02:58 PDT 2016
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160502/89b3cf25/attachment.html>
More information about the llvm-commits
mailing list