This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 918a8ad52 Revert r353293 "[LLD][ELF] - Set DF_STATIC_TLS flag for i386 [...] new 10a9e3c7e Recommit r353293 "[LLD][ELF] - Set DF_STATIC_TLS flag for i38 [...]
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 | 8 +++++ 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, 139 insertions(+), 71 deletions(-) create mode 100644 test/ELF/Inputs/i386-static-tls-model1.s create mode 100644 test/ELF/Inputs/i386-static-tls-model2.s create mode 100644 test/ELF/Inputs/i386-static-tls-model3.s create mode 100644 test/ELF/Inputs/i386-static-tls-model4.s create mode 100644 test/ELF/i386-static-tls-model.s