Previously the tests in lld for RISC-V were given in yaml format as LLVM's RISC-V assembler support was incomplete. Now that the assembler/disassembler has matured we can rewrite all tests to use LLVM's tools.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D60415
[RISCV] Rewrite lld tests to use MC ClosedPublic Authored by PkmX on Apr 8 2019, 11:12 AM.
Details Summary Previously the tests in lld for RISC-V were given in yaml format as LLVM's RISC-V assembler support was incomplete. Now that the assembler/disassembler has matured we can rewrite all tests to use LLVM's tools.
Diff Detail Event TimelinePkmX added a parent revision: D60414: [RISCV] Fix range check for HI20/LO12/RVC_LUI relocations.Apr 8 2019, 11:25 AM This revision is now accepted and ready to land.Apr 9 2019, 1:26 AM Closed by commit rLLD357996: [RISCV] Rewrite tests to use llvm-mc/llvm-objdump (authored by PkmX). · Explain WhyApr 9 2019, 4:39 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 194176 test/ELF/riscv-branch.s
test/ELF/riscv-branch.test
test/ELF/riscv-call.s
test/ELF/riscv-call.test
test/ELF/riscv-hi20-lo12.s
test/ELF/riscv-hi20-lo12.test
test/ELF/riscv-jal-error.test
test/ELF/riscv-jal.s
test/ELF/riscv-jal.test
test/ELF/riscv-pcrel-hilo.s
test/ELF/riscv-pcrel-hilo.test
|