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

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


lhames added a comment.

Thanks very much for raising this issue Dmitrii. We actually have relatively advanced RISCV support JITLink now, but it doesn't look like `llvm-exegesis` is using it. We should aim to update the `llvm-exegesis` tool, rather than RuntimeDyld. Do you know who is responsible for that tool these days?

> Some of the OrcJIT tests keep failing on riscv64, just with a different message - unimplemented relocation type X instead of unsupported processor type.

Can you share the failure message and context? This may be of interest to @StephenFan.


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