[PATCH] D148192: [JITLink][ELF][PPC64] Add skeleton ppc64 support and ELF/ppc64 JITLink backend.
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 18 15:18:06 PDT 2023
lhames marked an inline comment as done.
lhames added a comment.
In D148192#4275894 <https://reviews.llvm.org/D148192#4275894>, @nemanjai wrote:
> Thank you so much for implementing this for PowerPC. Implementing JITLink has been on our radar for a while and this gives us a very welcome head start.
You're very welcome.
As a next step to landing this I've enabled JIT tests on PowerPC in d771f54107c4 <https://reviews.llvm.org/rGd771f54107c4889cde449d2bf5ba13d193017716>. We'll see what (if anything) is failing these days. Once the JIT test suite is passing I think this is ready to land.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148192/new/
https://reviews.llvm.org/D148192
More information about the llvm-commits
mailing list