[PATCH] D145686: [RuntimeDyld][ELF] Add minimal RISC-V support

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 27 15:47:36 PDT 2023


rafauler added a comment.

In D145686#4222642 <https://reviews.llvm.org/D145686#4222642>, @lhames wrote:

> Is there something preventing Bolt from moving to ORC / JITLink? If Bolt is able to move over then the aim should be to do that. If Bolt is unable to move over then we need to know why so that we can address the issue. RuntimeDyld is very much in maintenance mode at the moment, and we're working hard to reach parity in backend coverage so that we can officially deprecate it.
>
> None of that is a total blocker to landing this, but the bar is high, and it should be understood that Bolt will //need// to migrate in the future.

Hi @lhames , is JITLink mature for X86 and AArch64? Those are the two requirements for BOLT.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145686



More information about the llvm-commits mailing list