This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 94632e6 Add another missing instantiation. new 3f4936e [ELF] Ignore R_*_NONE relocs when relocating non-alloc sections
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/InputSection.cpp | 6 +++++- ELF/Relocations.cpp | 9 ++++++--- ELF/Relocations.h | 1 + ELF/Target.cpp | 6 +++--- test/ELF/Inputs/relocatable-non-alloc.s | 6 ++++++ test/ELF/relocatable-non-alloc.s | 10 ++++++++++ 6 files changed, 31 insertions(+), 7 deletions(-) create mode 100644 test/ELF/Inputs/relocatable-non-alloc.s create mode 100644 test/ELF/relocatable-non-alloc.s