[PATCH] D127842: [RuntimeDyld][RISCV] Minimal riscv64 support
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 16 15:10:55 PDT 2022
lhames added a comment.
In D127842#3588313 <https://reviews.llvm.org/D127842#3588313>, @courbet wrote:
> 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)`.
Yep -- you can definitely load up object files directly.
> Is MCJIT going away ?
We don't have plans to remove it any time soon, but it's no longer being actively developed.
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