This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rLLD LLVM Linker

Event Timeline

PkmX created this revision.Apr 8 2019, 11:12 AM
ruiu accepted this revision.Apr 9 2019, 1:26 AM

LGTM

Nice!

This revision is now accepted and ready to land.Apr 9 2019, 1:26 AM
This revision was automatically updated to reflect the committed changes.