This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 13b732f8f [lld][WebAssembly] Create optional symbols after handling --e [...] new 752d9afa1 [ELF][ARM] Add --no-show-raw-insn and -soname to some ARM tests new 76c187ac2 [ELF][ARM] Allow PT_LOAD to have overlapping p_offset ranges [...]
The 2 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/Writer.cpp | 3 +- test/ELF/arm-abs32-dyn.s | 12 +- test/ELF/arm-bl-v6.s | 20 +-- test/ELF/arm-branch-undef-weak-plt-thunk.s | 26 +-- test/ELF/arm-copy.s | 25 ++- test/ELF/arm-execute-only.s | 13 +- test/ELF/arm-exidx-add-missing.s | 10 +- test/ELF/arm-exidx-canunwind.s | 30 ++-- test/ELF/arm-exidx-dedup.s | 18 +-- test/ELF/arm-exidx-emit-relocs.s | 6 +- test/ELF/arm-exidx-gc.s | 36 ++--- test/ELF/arm-exidx-order.s | 46 +++--- test/ELF/arm-exidx-shared.s | 6 +- test/ELF/arm-fpic-got.s | 18 +-- test/ELF/arm-gnu-ifunc-plt.s | 90 +++++------ test/ELF/arm-gnu-ifunc.s | 50 +++--- test/ELF/arm-got-relative.s | 20 +-- test/ELF/arm-gotoff.s | 18 +-- test/ELF/arm-icf-exidx.s | 8 +- test/ELF/arm-mov-relocs.s | 42 ++--- test/ELF/arm-pie-relative.s | 16 +- test/ELF/arm-plt-reloc.s | 88 +++++------ test/ELF/arm-reloc-abs32.s | 4 +- test/ELF/arm-sbrel32.s | 10 +- test/ELF/arm-target1.s | 4 +- test/ELF/arm-target2.s | 10 +- test/ELF/arm-thumb-interwork-shared.s | 52 +++--- test/ELF/arm-thumb-interwork-thunk-v5.s | 32 ++-- test/ELF/arm-thumb-no-undefined-thunk.s | 8 +- test/ELF/arm-thumb-plt-range-thunk-os.s | 16 +- test/ELF/arm-thumb-plt-reloc.s | 104 ++++++------ test/ELF/arm-thumb-thunk-empty-pass.s | 31 ++-- test/ELF/arm-thumb-thunk-symbols.s | 6 +- test/ELF/arm-thumb-undefined-weak-narrow.test | 2 +- test/ELF/arm-thumb-undefined-weak.s | 13 +- test/ELF/arm-thunk-largesection.s | 28 ++-- test/ELF/arm-thunk-multipass-plt.s | 12 +- test/ELF/arm-thunk-nosuitable.s | 8 +- test/ELF/arm-thunk-re-add.s | 12 +- test/ELF/arm-tls-gd-nonpreemptible.s | 10 +- test/ELF/arm-tls-gd32.s | 38 ++--- test/ELF/arm-tls-ie32.s | 28 ++-- test/ELF/arm-tls-ldm32.s | 33 ++-- test/ELF/arm-tls-le32.s | 10 +- test/ELF/arm-tls-norelax-gd-ie.s | 12 +- test/ELF/arm-tls-norelax-gd-le.s | 8 +- test/ELF/arm-tls-norelax-ie-le.s | 8 +- test/ELF/arm-tls-norelax-ld-le.s | 8 +- test/ELF/arm-undefined-weak.s | 13 +- test/ELF/global-offset-table-position-arm.s | 2 +- test/ELF/pack-dyn-relocs-arm2.s | 70 ++++----- test/ELF/pack-dyn-relocs.s | 218 +++++++++++++------------- 52 files changed, 700 insertions(+), 711 deletions(-)