[PATCH] D62106: [X86] Support -fno-plt __tls_get_addr calls
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 7 06:42:10 PDT 2019
nikic added a comment.
@MaskRay Thanks for checking! Can you tell me which binutils version you are using? It looks like using plain ld works for you, but I'm seeing this error with binutils 2.30 ld (gold 1.15 works though).
Specifically I'm seeing this with `/usr/bin/ld -o test file1.o file2.rlib` with the files F9486230 <https://reviews.llvm.org/F9486230> and F9486238 <https://reviews.llvm.org/F9486238>.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62106/new/
https://reviews.llvm.org/D62106
More information about the llvm-commits
mailing list