This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 84c9934 [ELF] Add local mapping symbols to ARM PLT entries new d133306 [ELF] - Implemented support for R_386_PC8/R_386_8 relocations.
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/Target.cpp | 13 +++++++++++-- test/ELF/Inputs/{unknown-reloc.s => i386-pc8.s} | 0 test/ELF/i386-pc8.s | 13 +++++++++++++ test/ELF/unknown-reloc.s | 14 -------------- 4 files changed, 24 insertions(+), 16 deletions(-) copy test/ELF/Inputs/{unknown-reloc.s => i386-pc8.s} (100%) create mode 100644 test/ELF/i386-pc8.s delete mode 100644 test/ELF/unknown-reloc.s