This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from cb49467 Improve handling ASSERT outside SECTIONS block new e5e54eb Recommit r281721 "[ELF] - Linkerscript: implement EXCLUDE_FIL [...]
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/LinkerScript.cpp | 77 ++++++++++++++++-------- ELF/LinkerScript.h | 5 +- test/ELF/linkerscript/Inputs/exclude-multiple1.s | 8 +++ test/ELF/linkerscript/Inputs/exclude-multiple2.s | 8 +++ test/ELF/linkerscript/exclude-multiple.s | 28 +++++++++ 5 files changed, 100 insertions(+), 26 deletions(-) create mode 100644 test/ELF/linkerscript/Inputs/exclude-multiple1.s create mode 100644 test/ELF/linkerscript/Inputs/exclude-multiple2.s create mode 100644 test/ELF/linkerscript/exclude-multiple.s