[PATCH] D105429: [JITLink][RISCV] Initial Support RISCV64 in JITLink

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 21 07:15:44 PDT 2021


StephenFan updated this revision to Diff 360446.
StephenFan added a comment.

Address @lhames 's comments

Replace getELFRISCVRelocationKindName with getEdgeKindName, and moved to riscv.cpp.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105429

Files:
  llvm/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h
  llvm/include/llvm/ExecutionEngine/JITLink/riscv.h
  llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt
  llvm/lib/ExecutionEngine/JITLink/ELF.cpp
  llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp
  llvm/test/ExecutionEngine/JITLink/RISCV/ELF_pc_indirect.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105429.360446.patch
Type: text/x-patch
Size: 19121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210721/698e1dc3/attachment.bin>


More information about the llvm-commits mailing list