This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 5b6e1871b [ELF][X86] Rename R_RELAX_TLS_GD_TO_IE_END to R_RELAX_TLS_GD_ [...] new 145ce1402 [ELF][X86] Allow R_386_TLS_LDO_32 and R_X86_64_DTPOFF{32,64} [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ELF/Arch/X86.cpp | 3 ++- ELF/Arch/X86_64.cpp | 3 ++- ELF/InputSection.cpp | 4 +++- ELF/Relocations.cpp | 13 +++++++------ ELF/Relocations.h | 1 + test/ELF/i386-tls-ld-preemptable.s | 18 ++++++++++++++++++ test/ELF/x86-64-tls-ld-preemptable.s | 20 ++++++++++++++++++++ 7 files changed, 53 insertions(+), 9 deletions(-) create mode 100644 test/ELF/i386-tls-ld-preemptable.s create mode 100644 test/ELF/x86-64-tls-ld-preemptable.s