This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 0b0f134 [ELF] - Make checks in ObjectFile<ELFT>::getSection() stricter. new 7d9aa4e [ELF] Linker script: implement LOADADDR
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 | 58 +++++++++++++++++++++++++++------------- ELF/LinkerScript.h | 7 +++-- ELF/OutputSections.h | 3 +++ ELF/Writer.cpp | 14 +++------- test/ELF/linkerscript/loadaddr.s | 42 +++++++++++++++++++++++++++++ 5 files changed, 92 insertions(+), 32 deletions(-) create mode 100644 test/ELF/linkerscript/loadaddr.s