This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 0849d8d [ELF/GC] Don't crash while processing Discarded sections. new bc842cf [ELF] - Linkerscript: Implemented >> and << new 82be3c5 Linker script: fix crash when discarding section new a5e4ea4 [ELF] - Linkerscript: implement DEFINED() command.
The 3 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 | 26 ++++++++++++++++++++++---- ELF/LinkerScript.h | 2 ++ ELF/Writer.cpp | 5 +++-- test/ELF/linkerscript/define.s | 25 +++++++++++++++++++++++++ test/ELF/linkerscript/discard-section.s | 10 ++++++++++ test/ELF/linkerscript/locationcounter.s | 13 +++++++++++++ 6 files changed, 75 insertions(+), 6 deletions(-) create mode 100644 test/ELF/linkerscript/define.s create mode 100644 test/ELF/linkerscript/discard-section.s