This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 15204c4 [ELF] Ignore sections flagged with SHF_EXCLUDE new 74c1fe6 [ELF] - Created new "Invalid" subfolder for testcases. new fc813c9 [ELF] Support -z max-page-size option
The 2 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/Config.h | 3 +- ELF/Driver.cpp | 26 +++++--- ELF/LinkerScript.cpp | 2 +- ELF/Writer.cpp | 8 +-- test/ELF/{ => Invalid}/Inputs/invalid-binding.elf | Bin .../{ => Invalid}/Inputs/invalid-cie-version2.elf | Bin .../{ => Invalid}/Inputs/invalid-data-encoding.a | Bin test/ELF/{ => Invalid}/Inputs/invalid-file-class.a | Bin .../Inputs/invalid-multiple-eh-relocs.elf | Bin .../{ => Invalid}/Inputs/invalid-section-index.elf | Bin .../Inputs/invalid-shentsize-zero.elf | Bin test/ELF/{ => Invalid}/Inputs/invalid-shstrndx.so | Bin .../Inputs/invalid-symtab-sh_info.elf | Bin test/ELF/{ => Invalid}/eh-frame-hdr-no-out.s | 0 test/ELF/{ => Invalid}/invalid-elf.test | 0 test/ELF/{ => Invalid}/merge-invalid-size.s | 0 test/ELF/linkerscript/page-size.s | 68 +++++++++++++++++++++ 17 files changed, 93 insertions(+), 14 deletions(-) rename test/ELF/{ => Invalid}/Inputs/invalid-binding.elf (100%) rename test/ELF/{ => Invalid}/Inputs/invalid-cie-version2.elf (100%) rename test/ELF/{ => Invalid}/Inputs/invalid-data-encoding.a (100%) rename test/ELF/{ => Invalid}/Inputs/invalid-file-class.a (100%) rename test/ELF/{ => Invalid}/Inputs/invalid-multiple-eh-relocs.elf (100%) rename test/ELF/{ => Invalid}/Inputs/invalid-section-index.elf (100%) rename test/ELF/{ => Invalid}/Inputs/invalid-shentsize-zero.elf (100%) rename test/ELF/{ => Invalid}/Inputs/invalid-shstrndx.so (100%) mode change 100755 => 100644 rename test/ELF/{ => Invalid}/Inputs/invalid-symtab-sh_info.elf (100%) rename test/ELF/{ => Invalid}/eh-frame-hdr-no-out.s (100%) rename test/ELF/{ => Invalid}/invalid-elf.test (100%) rename test/ELF/{ => Invalid}/merge-invalid-size.s (100%) create mode 100644 test/ELF/linkerscript/page-size.s