This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from aeaac92f0 [COFF] Make the DOS stub a real DOS program new 586cf453d [ELF] - Support "INSERT AFTER" statement.
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/Driver.cpp | 4 ++++ ELF/LinkerScript.cpp | 20 ++++++++++++++++ ELF/LinkerScript.h | 7 ++++++ ELF/ScriptParser.cpp | 13 ++++++++++- test/ELF/linkerscript/Inputs/insert-after.s | 11 +++++++++ test/ELF/linkerscript/Inputs/insert-after.script | 4 ++++ test/ELF/linkerscript/insert-after.test | 29 ++++++++++++++++++++++++ 7 files changed, 87 insertions(+), 1 deletion(-) create mode 100644 test/ELF/linkerscript/Inputs/insert-after.s create mode 100644 test/ELF/linkerscript/Inputs/insert-after.script create mode 100644 test/ELF/linkerscript/insert-after.test