This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 5fbd4fe95 [COFF] Sort .reloc before all other discardable sections new 7a85e8e85 [ELF] Check eh_frame_hdr overflow with PC offsets instead of [...]
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/SyntheticSections.cpp | 36 ++++++++++++++++++------------- ELF/SyntheticSections.h | 4 ++-- test/ELF/Inputs/eh-frame-pcrel-overflow.s | 25 +++++++++++++++++++++ test/ELF/eh-frame-pcaddr-overflow.s | 32 --------------------------- test/ELF/eh-frame-pcrel-overflow.s | 33 ++++++++++++++++++++++++++++ 5 files changed, 81 insertions(+), 49 deletions(-) create mode 100644 test/ELF/Inputs/eh-frame-pcrel-overflow.s delete mode 100644 test/ELF/eh-frame-pcaddr-overflow.s create mode 100644 test/ELF/eh-frame-pcrel-overflow.s