This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from bdddf3e48 [LLD][ELF] - Set DF_STATIC_TLS flag for i386 target. new 918a8ad52 Revert r353293 "[LLD][ELF] - Set DF_STATIC_TLS flag for i386 [...]
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 | 9 ------ ELF/Config.h | 2 -- ELF/SyntheticSections.cpp | 2 -- test/ELF/Inputs/i386-static-tls-model1.s | 9 ------ 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, 71 insertions(+), 140 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