[PATCH] D127842: [RuntimeDyld][RISCV] Minimal riscv64 support

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 01:43:42 PDT 2022


courbet added a comment.

In D127842#3587277 <https://reviews.llvm.org/D127842#3587277>, @lhames wrote:

> @courbet Are you the right person to talk to about the `llvm-exegesis` tool? Can it be moved over to ORC/JITLink?

I am. What we require is being able to work at the MC rather and IR level, because we want exact control over which instructions are emitted I'm not familiar with `ORCJit`, but from a quick look at the doc <https://llvm.org/docs/ORCv2.html#lljit-and-lllazyjit> it looks like it should be doable: `replacements for earlier LLVM JIT APIs (e.g. MCJIT)`.

Is MCJIT going away ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127842



More information about the llvm-commits mailing list