This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 527d5ace1 Make -z option check more strict. new c35dd1d5e [ELF] - Implement linker script OVERLAYs.
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.h | 1 + ELF/ScriptParser.cpp | 62 ++++++++++++++++++++++++++++++ ELF/Writer.cpp | 28 +++++++++----- test/ELF/linkerscript/overlay-reject.test | 13 +++++++ test/ELF/linkerscript/overlay-reject2.test | 17 ++++++++ test/ELF/linkerscript/overlay.test | 30 +++++++++++++++ 6 files changed, 141 insertions(+), 10 deletions(-) create mode 100644 test/ELF/linkerscript/overlay-reject.test create mode 100644 test/ELF/linkerscript/overlay-reject2.test create mode 100644 test/ELF/linkerscript/overlay.test