[PATCH] D52165: [RISCV] Support RISC-V in getBitcodeMachineKind

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 22:56:34 PDT 2019


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

LGTM. I think lld's RISCV support is pretty complete now. `R_RISCV_RELAX` is not implemented, but that is used by linker relaxation which isn't really needed. Many programs should build after D63220 <https://reviews.llvm.org/D63220>, D63259 <https://reviews.llvm.org/D63259> and this revision.

@ruiu What do you think?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D52165/new/

https://reviews.llvm.org/D52165





More information about the llvm-commits mailing list