This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 9cbae9e4d Fix undefined pthread references when building against libc++ new 4206e2171 [ELF] - Linkerscript: support combination of linkerscript and [...] new 4f728ec83 [ELF] - Set DF_STATIC_TLS flag for i386 target.
The 2 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/LinkerScript.cpp | 14 +++--- ELF/OutputSections.cpp | 19 +++++--- 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 +++++++++++----------- .../linkerscript/Inputs/compress-debug-sections.s | 3 ++ test/ELF/linkerscript/compress-debug-sections.s | 36 +++++++++++++++ test/ELF/tls-dynamic-i686.s | 46 +++++++++---------- test/ELF/tls-opt-iele-i686-nopic.s | 44 +++++++++--------- 15 files changed, 208 insertions(+), 93 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 create mode 100644 test/ELF/linkerscript/Inputs/compress-debug-sections.s create mode 100644 test/ELF/linkerscript/compress-debug-sections.s