Skip to content

Commit

Permalink
[RISCV] Rewrite tests to use llvm-mc/llvm-objdump
Browse files Browse the repository at this point in the history
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.

Differential Revision: https://reviews.llvm.org/D60415

llvm-svn: 357996
  • Loading branch information
PkmX committed Apr 9, 2019
1 parent 949570c commit 00100b5
Show file tree
Hide file tree
Showing 11 changed files with 179 additions and 651 deletions.
118 changes: 0 additions & 118 deletions lld/test/ELF/riscv-branch.test

This file was deleted.

94 changes: 0 additions & 94 deletions lld/test/ELF/riscv-call.test

This file was deleted.

85 changes: 0 additions & 85 deletions lld/test/ELF/riscv-hi20-lo12.test

This file was deleted.

92 changes: 0 additions & 92 deletions lld/test/ELF/riscv-jal-error.test

This file was deleted.

0 comments on commit 00100b5

Please sign in to comment.