This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 1d90dddcb [RISCV] Rewrite tests to use llvm-mc/llvm-objdump new cb175ef08 Move tests in r357996 to correct location within monorepo
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: test/ELF/riscv-branch.s | 32 ++++++++++++++++++++++++++++++++ test/ELF/riscv-call.s | 32 ++++++++++++++++++++++++++++++++ test/ELF/riscv-hi20-lo12.s | 40 ++++++++++++++++++++++++++++++++++++++++ test/ELF/riscv-jal.s | 34 ++++++++++++++++++++++++++++++++++ test/ELF/riscv-pcrel-hilo.s | 41 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 179 insertions(+) create mode 100644 test/ELF/riscv-branch.s create mode 100644 test/ELF/riscv-call.s create mode 100644 test/ELF/riscv-hi20-lo12.s create mode 100644 test/ELF/riscv-jal.s create mode 100644 test/ELF/riscv-pcrel-hilo.s