[PATCH] D91611: [PowerPC][LLD] Detecting and fixing missing TLS relocation on __tls_get_addr
Stefan Pintilie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 1 12:55:06 PST 2020
stefanp updated this revision to Diff 308747.
stefanp added a comment.
Since the scope of the patch has changed two of the tests were no longer
required so I have removed them.
Added a warning for the case where TLS relaxation is disabled due to a missing
relocation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91611/new/
https://reviews.llvm.org/D91611
Files:
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/InputFiles.h
lld/ELF/InputSection.cpp
lld/ELF/Options.td
lld/ELF/Relocations.cpp
lld/test/ELF/ppc64-call-tls-get-addr-exec.s
lld/test/ELF/ppc64-call-tls-get-addr.s
lld/test/ELF/ppc64-tls-missing-gdld.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91611.308747.patch
Type: text/x-patch
Size: 9586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201201/0627fd3c/attachment.bin>
More information about the llvm-commits
mailing list