This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 06e535b84 De-template SymbolTable::addShared. new 1be1dc88d [RISCV] Fix range check for HI20/LO12/RVC_LUI relocations new 1d90dddcb [RISCV] Rewrite tests to use llvm-mc/llvm-objdump
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/Arch/RISCV.cpp | 25 +++---- test/ELF/riscv-branch.test | 118 ------------------------------ test/ELF/riscv-call.test | 94 ------------------------ test/ELF/riscv-hi20-lo12.test | 85 ---------------------- test/ELF/riscv-jal-error.test | 92 ------------------------ test/ELF/riscv-jal.test | 160 ----------------------------------------- test/ELF/riscv-pcrel-hilo.test | 102 -------------------------- 7 files changed, 13 insertions(+), 663 deletions(-) delete mode 100644 test/ELF/riscv-branch.test delete mode 100644 test/ELF/riscv-call.test delete mode 100644 test/ELF/riscv-hi20-lo12.test delete mode 100644 test/ELF/riscv-jal-error.test delete mode 100644 test/ELF/riscv-jal.test delete mode 100644 test/ELF/riscv-pcrel-hilo.test