This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 9d079c174 [ELF] Add missing test from r320800 new 9b237a500 [ELF] Remove Duplicate .ARM.exidx sections
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/Config.h | 1 + ELF/Driver.cpp | 2 + ELF/Options.td | 6 + ELF/Writer.cpp | 82 ++++++++++++++ test/ELF/arm-exidx-dedup.s | 126 +++++++++++++++++++++ test/ELF/arm-exidx-gc.s | 2 +- test/ELF/arm-exidx-order.s | 4 +- test/ELF/arm-exidx-sentinel-orphan.s | 2 +- test/ELF/arm-static-defines.s | 2 +- .../arm-exidx-sentinel-and-assignment.s | 2 +- 10 files changed, 223 insertions(+), 6 deletions(-) create mode 100644 test/ELF/arm-exidx-dedup.s