This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 5865fb236 [ELF][ARM] Add test case that will fail if toPlt() is removed [NFC] new bdddf3e48 [LLD][ELF] - Set DF_STATIC_TLS flag for i386 target.
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, 140 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