This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 9c79a9bac [ELF] Consolidate .ARM.extab.* sections into .ARM.extab new cf0e1e338 [ELF] - Do not set st_size field of SHT_UNDEF symbols. new c29c57a08 [ELF] - Do not crash when LLD synthesizes output sections wit [...]
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/SyntheticSections.cpp | 9 +++++- ELF/Writer.cpp | 8 +++--- .../Inputs/{copy-in-shared.s => dso-undef-size.s} | 4 +-- test/ELF/dso-undef-size.s | 32 ++++++++++++++++++++++ test/ELF/relocatable-script.s | 7 +++++ 5 files changed, 53 insertions(+), 7 deletions(-) copy test/ELF/Inputs/{copy-in-shared.s => dso-undef-size.s} (61%) create mode 100644 test/ELF/dso-undef-size.s create mode 100644 test/ELF/relocatable-script.s