This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 50d2dca22 Revert r370635, it caused PR43241. new fcd5735ba [ELF][test] Simplify and reorganize 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/abs-hidden.s | 3 - test/ELF/Inputs/ehframe-relocation.s | 2 - test/ELF/abs-hidden.s | 57 ++----- test/ELF/allow-multiple-definition.s | 4 +- test/ELF/apply-dynamic-relocs.s | 32 ++++ test/ELF/bss-start-common.s | 8 +- test/ELF/copy-rel-abs.s | 56 ++---- test/ELF/copy-rel-large.s | 29 ++-- test/ELF/copy-rel-pie.s | 52 ++---- test/ELF/ctors_dtors_priority.s | 19 ++- test/ELF/discard-merge-locals.s | 41 ++--- test/ELF/dynamic-got-rela.s | 55 ------ test/ELF/dynamic-list-wildcard.s | 48 +----- test/ELF/dynamic-list.s | 172 ++++--------------- test/ELF/dynamic-reloc-index.s | 2 +- test/ELF/dynamic-reloc.s | 12 +- test/ELF/dynamic.s | 17 +- test/ELF/edata-no-bss.s | 3 + test/ELF/ehframe-relocation.s | 2 +- test/ELF/emit-relocs-merge.s | 14 +- test/ELF/{string-gc.s => gc-sections-string.s} | 0 test/ELF/relocation-copy-flags.s | 17 +- test/ELF/relocation-copy-relro.s | 3 + test/ELF/relocation-relative-weak.s | 6 +- test/ELF/relocation-size.s | 115 ------------- test/ELF/relocation-undefined-weak.s | 28 +-- test/ELF/relro-non-contiguous.s | 2 +- test/ELF/relro-tls.s | 35 ++-- test/ELF/stdout.s | 3 +- test/ELF/symbol-override.s | 34 +--- test/ELF/tls-offset.s | 1 - test/ELF/version-script-copy-rel.s | 24 --- test/ELF/version-script-glob.s | 67 +------- test/ELF/version-script-weak.s | 13 +- test/ELF/version-script.s | 188 +++------------------ test/ELF/version-wildcard.test | 108 ------------ test/ELF/visibility.s | 127 ++------------ ...on-size-shared.s => x86-64-reloc-size-shared.s} | 0 test/ELF/x86-64-reloc-size.s | 73 ++++++++ test/ELF/x86-64-tls-ie-opt-local.s | 24 +-- test/ELF/{tls-got.s => x86-64-tls-ie.s} | 0 41 files changed, 367 insertions(+), 1129 deletions(-) delete mode 100644 test/ELF/Inputs/abs-hidden.s delete mode 100644 test/ELF/Inputs/ehframe-relocation.s create mode 100644 test/ELF/apply-dynamic-relocs.s delete mode 100644 test/ELF/dynamic-got-rela.s rename test/ELF/{string-gc.s => gc-sections-string.s} (100%) delete mode 100644 test/ELF/relocation-size.s delete mode 100644 test/ELF/version-script-copy-rel.s delete mode 100644 test/ELF/version-wildcard.test rename test/ELF/{relocation-size-shared.s => x86-64-reloc-size-shared.s} (100%) create mode 100644 test/ELF/x86-64-reloc-size.s rename test/ELF/{tls-got.s => x86-64-tls-ie.s} (100%)