This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 33b16539b [ELF] Consistently prioritize non-* wildcards overs "*" in ve [...] new 3fd35f27a [ELF][test] Reorganize some tls-*.s 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-tls-dynamic.s | 100 +++++++++++++++++++++ .../{tls-opt-gdiele-i686.s => i386-tls-gdiele.s} | 0 test/ELF/i386-tls-le.s | 71 +++++++++++++++ ...iele-i686-nopic.s => i386-tls-opt-iele-nopic.s} | 0 test/ELF/{tls-opt-i686.s => i386-tls-opt.s} | 0 test/ELF/tls-dynamic-i686.s | 100 --------------------- test/ELF/tls-i686.s | 71 --------------- test/ELF/tls-opt-no-plt.s | 35 -------- test/ELF/tls-static.s | 21 ----- .../{tls-error.s => x86-64-reloc-tpoff32-error.s} | 2 +- test/ELF/{tls-dynamic.s => x86-64-tls-dynamic.s} | 0 test/ELF/{tls-opt-gdie.s => x86-64-tls-gdie.s} | 21 +---- .../{tls-opt-local.s => x86-64-tls-ie-opt-local.s} | 0 ...s-opt-x86_64-noplt.s => x86-64-tls-opt-noplt.s} | 0 14 files changed, 176 insertions(+), 245 deletions(-) create mode 100644 test/ELF/i386-tls-dynamic.s rename test/ELF/{tls-opt-gdiele-i686.s => i386-tls-gdiele.s} (100%) create mode 100644 test/ELF/i386-tls-le.s rename test/ELF/{tls-opt-iele-i686-nopic.s => i386-tls-opt-iele-nopic.s} (100%) rename test/ELF/{tls-opt-i686.s => i386-tls-opt.s} (100%) delete mode 100644 test/ELF/tls-dynamic-i686.s delete mode 100644 test/ELF/tls-i686.s delete mode 100644 test/ELF/tls-opt-no-plt.s delete mode 100644 test/ELF/tls-static.s rename test/ELF/{tls-error.s => x86-64-reloc-tpoff32-error.s} (77%) rename test/ELF/{tls-dynamic.s => x86-64-tls-dynamic.s} (100%) rename test/ELF/{tls-opt-gdie.s => x86-64-tls-gdie.s} (71%) rename test/ELF/{tls-opt-local.s => x86-64-tls-ie-opt-local.s} (100%) rename test/ELF/{tls-opt-x86_64-noplt.s => x86-64-tls-opt-noplt.s} (100%)