This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from f8d2fdbcf [WebAssembly] Fix typo from rL357143 new 573bf048f [ELF][ARM] Recommit Redesign of .ARM.exidx handling to use a [...]
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: ELF/OutputSections.cpp | 4 +- ELF/SyntheticSections.cpp | 205 ++++++++++++++++++++++++++++++++---- ELF/SyntheticSections.h | 74 +++++++++++-- ELF/Writer.cpp | 109 +++---------------- test/ELF/arm-data-prel.s | 20 ++-- test/ELF/arm-exidx-add-missing.s | 66 ++++++++++++ test/ELF/arm-exidx-canunwind.s | 27 +++-- test/ELF/arm-exidx-dedup.s | 25 +++-- test/ELF/arm-exidx-discard.s | 5 +- test/ELF/arm-exidx-emit-relocs.s | 71 +++++++++++++ test/ELF/arm-exidx-gc.s | 23 ++-- test/ELF/arm-exidx-shared.s | 8 +- test/ELF/arm-exidx-synthetic-link.s | 37 +++++++ 13 files changed, 498 insertions(+), 176 deletions(-) create mode 100644 test/ELF/arm-exidx-add-missing.s create mode 100644 test/ELF/arm-exidx-emit-relocs.s create mode 100644 test/ELF/arm-exidx-synthetic-link.s