[PATCH] D145687: [BOLT] Add minimal RISC-V 64-bit support

Job Noorman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 27 04:40:20 PDT 2023


jobnoorman added a subscriber: lhames.
jobnoorman added a comment.

Hi all, I just got the following comment on the RuntimeDyLd part of this patch:

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.

Since I cannot speak for BOLT's plans of migrating to JITLink, I was wondering if one of the BOLT devs could chip in here?


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

https://reviews.llvm.org/D145687



More information about the llvm-commits mailing list