This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 45a617f5b [ELF][test] Improve LTO tests new 9dffc2703 [ELF][test] 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/Inputs/progname-ver.s | 3 - test/ELF/Inputs/version-undef-sym.so | Bin 2312 -> 0 bytes test/ELF/ehdr_start.s | 4 +- test/ELF/emit-relocs-icf2.s | 11 ++- test/ELF/emit-relocs-mergeable2.s | 8 +- test/ELF/{resolution-end.s => end-dso-defined.s} | 0 test/ELF/gotpcrelx.s | 31 ------- test/ELF/icf-symbol-type.s | 10 +-- test/ELF/icf7.s | 4 +- test/ELF/local-symbols-order.s | 22 ++--- test/ELF/noplt-pie.s | 4 +- test/ELF/pre_init_fini_array_missing.s | 34 ++++---- test/ELF/progname.s | 5 +- test/ELF/relative-dynamic-reloc.s | 4 +- test/ELF/symbol-ordering-file2.s | 21 ----- test/ELF/version-script-extern.s | 14 +-- ...d-versioned-symbol.s => version-symbol-undef.s} | 23 +---- test/ELF/version-undef-sym.s | 42 --------- test/ELF/weak-undef-export.s | 31 ------- test/ELF/weak-undef-val.s | 26 ------ test/ELF/weak-undef.s | 10 +-- test/ELF/writable-sec-plt-reloc.s | 2 +- .../{got-plt-header.s => x86-64-got-plt-header.s} | 0 ...pc-relax-nopic.s => x86-64-gotpc-relax-nopic.s} | 0 ...elax-und-dso.s => x86-64-gotpc-relax-und-dso.s} | 8 +- test/ELF/{gotpc-relax.s => x86-64-gotpc-relax.s} | 0 test/ELF/x86-64-relax-got-abs.s | 16 ++-- test/ELF/x86-64-relax-offset.s | 8 +- test/ELF/x86-64-retpoline-znow.s | 68 +++++++-------- test/ELF/x86-64-retpoline.s | 94 ++++++++++----------- test/ELF/x86-64-tls-dynamic.s | 28 +++--- test/ELF/x86-64-tls-ld-preemptable.s | 10 ++- test/ELF/x86-64-tls-opt-noplt.s | 24 +++--- 33 files changed, 205 insertions(+), 360 deletions(-) delete mode 100644 test/ELF/Inputs/progname-ver.s delete mode 100755 test/ELF/Inputs/version-undef-sym.so rename test/ELF/{resolution-end.s => end-dso-defined.s} (100%) delete mode 100644 test/ELF/gotpcrelx.s delete mode 100644 test/ELF/symbol-ordering-file2.s rename test/ELF/{undefined-versioned-symbol.s => version-symbol-undef.s} (69%) delete mode 100644 test/ELF/version-undef-sym.s delete mode 100644 test/ELF/weak-undef-export.s delete mode 100644 test/ELF/weak-undef-val.s rename test/ELF/{got-plt-header.s => x86-64-got-plt-header.s} (100%) rename test/ELF/{gotpc-relax-nopic.s => x86-64-gotpc-relax-nopic.s} (100%) rename test/ELF/{gotpc-relax-und-dso.s => x86-64-gotpc-relax-und-dso.s} (89%) rename test/ELF/{gotpc-relax.s => x86-64-gotpc-relax.s} (100%)