[PATCH] D118450: [RuntimeDyld] Handle SPARC

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 4 14:41:49 PDT 2022


lhames added a comment.

In D118450#3304545 <https://reviews.llvm.org/D118450#3304545>, @brad wrote:

> In D118450#3304109 <https://reviews.llvm.org/D118450#3304109>, @ro wrote:
>
>> ... which suggests that maybe `HaveJIT` should be set to `false` in `SparcTargetInfo.cpp` until this patch is resolved?
>
> No, that something other than the tests uses the MCJIT support.

Lots of things use MCJIT, but MCJIT/Sparc can't have been be used anywhere, since this is the patch that introduces support.

Setting `HaveJIT` to false is a good interim solution.

@ro Any interest in adapting this as a JITLink backend? Do you have access to a Sparc box to test on, or are you just trying to silence failures on Sparc bots?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118450



More information about the llvm-commits mailing list