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

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 26 14:15:25 PDT 2023


lhames added a comment.

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.


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