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

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 15 15:38:09 PDT 2022


lhames added a comment.

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

It doesn't look like it's using any of the JITEventListeners, so I'm hoping we can just switch to `LLJIT` (maybe with some conditional hacks to support getting the function range in `RuntimeDyld` vs `JITLink`). Does that sound reasonable?


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