This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from d2085a5f1 [COFF] Update LLD yaml test cases to include .bss size new 9ec789f15 [ELF] Full support for -n (--nmagic) and -N (--omagic) via co [...]
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/Arch/SPARCV9.cpp | 2 +- ELF/Config.h | 2 + ELF/Driver.cpp | 49 +++++- ELF/LinkerScript.cpp | 4 +- ELF/Options.td | 11 +- ELF/ScriptParser.cpp | 2 +- ELF/Target.h | 2 +- ELF/Writer.cpp | 13 +- docs/ld.lld.1 | 8 +- test/ELF/common-page.s | 223 ++++++++++++++++++++++++++++ test/ELF/linkerscript/nmagic-alignment.test | 85 +++++++++++ test/ELF/magic-page-combo-warn.s | 86 +++++++++++ test/ELF/relro-omagic.s | 2 +- test/ELF/segments.s | 48 +++++- 14 files changed, 515 insertions(+), 22 deletions(-) create mode 100644 test/ELF/common-page.s create mode 100644 test/ELF/linkerscript/nmagic-alignment.test create mode 100644 test/ELF/magic-page-combo-warn.s