This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from c869900 Add comments. new 0764264 [ELF] Convert GdbIndexSection to input section new 78f1e6e [ELF] Better error reporting for broken archives
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/Driver.cpp | 15 ++++++++------ ELF/InputFiles.cpp | 3 ++- ELF/OutputSections.cpp | 50 ----------------------------------------------- ELF/OutputSections.h | 27 ------------------------- ELF/SyntheticSections.cpp | 48 +++++++++++++++++++++++++++++++++++++++++++++ ELF/SyntheticSections.h | 29 +++++++++++++++++++++++++++ ELF/Writer.cpp | 11 ++++++----- test/ELF/bad-archive.s | 13 ++++++++++++ 8 files changed, 107 insertions(+), 89 deletions(-) create mode 100644 test/ELF/bad-archive.s