This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 9e2a682 Use functions in DebugInfoPDB to create dummy PDB file. new 07b756e [ELF] - Linkerscript: implement EXCLUDE_FILE in the middle 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/LinkerScript.cpp | 78 ++++++++++++++++-------- ELF/LinkerScript.h | 4 +- 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