[PATCH] D60415: [RISCV] Rewrite lld tests to use MC

Chih-Mao Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 8 11:13:17 PDT 2019


PkmX created this revision.
PkmX added a reviewer: ruiu.
Herald added subscribers: llvm-commits, benna, psnobl, jocewei, rkruppe, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, MaskRay, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, apazos, simoncook, johnrusso, rbar, asb, arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

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.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D60415

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60415.194176.patch
Type: text/x-patch
Size: 31788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190408/a923908f/attachment.bin>


More information about the llvm-commits mailing list