This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from c4334ca27 [ELF] - Don't allow R_X86_64_TPOFF32 dynamic relocation when [...] new 5a472ea5b [ELF] - Stop support of DF_STATIC_TLS flag.
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/Config.h | 1 - ELF/SyntheticSections.cpp | 20 ++++++------ ELF/Target.cpp | 9 ------ test/ELF/Inputs/i386-static-tls-model1.s | 10 ------ test/ELF/Inputs/i386-static-tls-model2.s | 9 ------ test/ELF/Inputs/i386-static-tls-model3.s | 9 ------ test/ELF/Inputs/i386-static-tls-model4.s | 9 ------ test/ELF/i386-static-tls-model.s | 20 ------------ test/ELF/i386-tls-ie-shared.s | 52 ++++++++++++++++---------------- test/ELF/tls-dynamic-i686.s | 46 ++++++++++++++-------------- test/ELF/tls-opt-iele-i686-nopic.s | 44 +++++++++++++-------------- 11 files changed, 80 insertions(+), 149 deletions(-) delete mode 100644 test/ELF/Inputs/i386-static-tls-model1.s delete mode 100644 test/ELF/Inputs/i386-static-tls-model2.s delete mode 100644 test/ELF/Inputs/i386-static-tls-model3.s delete mode 100644 test/ELF/Inputs/i386-static-tls-model4.s delete mode 100644 test/ELF/i386-static-tls-model.s