This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from afc7180 Fix build with gcc 6. new f2322a4 Support for standard model ARM TLS
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/Target.cpp | 25 +++++++++++- test/ELF/arm-tls-gd32.s | 106 ++++++++++++++++++++++++++++++++++++++++++++++++ test/ELF/arm-tls-ie32.s | 96 +++++++++++++++++++++++++++++++++++++++++++ test/ELF/arm-tls-le32.s | 77 +++++++++++++++++++++++++++++++++++ 4 files changed, 303 insertions(+), 1 deletion(-) create mode 100644 test/ELF/arm-tls-gd32.s create mode 100644 test/ELF/arm-tls-ie32.s create mode 100644 test/ELF/arm-tls-le32.s