This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 3a6ea272c Revert r361842 as it breaks LLDB :: tools/lldb-mi/exec/exec-f [...] new ca4795ea5 [ELF] Implement General Dynamic style TLSDESC for x86-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_64.cpp | 115 ++++++++++++++++++++++++----------- ELF/InputSection.cpp | 2 + ELF/Relocations.cpp | 11 ++-- ELF/Relocations.h | 1 + test/ELF/invalid/x86-64-tlsdesc-gd.s | 15 +++++ test/ELF/x86-64-tlsdesc-gd.s | 69 +++++++++++++++++++++ 6 files changed, 172 insertions(+), 41 deletions(-) create mode 100644 test/ELF/invalid/x86-64-tlsdesc-gd.s create mode 100644 test/ELF/x86-64-tlsdesc-gd.s