This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 18c67a405 [ELF] Fix finding locations in messages for undefined hidden [...] new 50d1ff8e4 [ELF][X86] Improve tests
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: test/ELF/i386-gotpc.s | 6 +- test/ELF/i386-reloc-range.s | 4 +- test/ELF/i386-retpoline-nopic-linkerscript.s | 96 +++++++++++----------- test/ELF/i386-retpoline-nopic.s | 96 +++++++++++----------- test/ELF/i386-retpoline-pic.s | 90 ++++++++++---------- ...ls-initial-exec-local.s => i386-tls-ie-local.s} | 0 test/ELF/i386-tls-ie-shared.s | 36 ++++---- test/ELF/tls-initial-exec-local.s | 37 --------- test/ELF/x86-64-tls-ie-local.s | 28 +++++++ 9 files changed, 192 insertions(+), 201 deletions(-) rename test/ELF/{i386-tls-initial-exec-local.s => i386-tls-ie-local.s} (100%) delete mode 100644 test/ELF/tls-initial-exec-local.s create mode 100644 test/ELF/x86-64-tls-ie-local.s