This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 5492c02aa Relax the grammar of the version script. new 105407677 Don't accept unsuitable ELF files such as executables or core files.
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 | 6 +++++- test/ELF/invalid/Inputs/too-short.elf | Bin 44 -> 0 bytes test/ELF/invalid/executable.s | 9 +++++++++ test/ELF/invalid/too-short.s | 5 ----- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 test/ELF/invalid/Inputs/too-short.elf create mode 100644 test/ELF/invalid/executable.s delete mode 100644 test/ELF/invalid/too-short.s