[PATCH] D141102: [ORC] Add lazy jit support for LoongArch64
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 17:08:35 PST 2023
lhames accepted this revision.
lhames added a comment.
This revision is now accepted and ready to land.
LGTM. Thank you very much for your work on this!
Please try adding Loongarch as a supported architecture in `llvm-project/llvm/test/ExecutionEngine/OrcLazy/lit.local.cfg` and running the lazy-compilation regression tests from the built LLVM dir with `./bin/llvm-lit -v test/ExecutionEngine/OrcLazy`. If they pass reliably then you could enable them in this patch (or a follow-up). If not then it may indicate areas for future work either in Loongarch support or in the LLVM JIT infrastructure itself.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141102/new/
https://reviews.llvm.org/D141102
More information about the llvm-commits
mailing list