[PATCH] D134367: [test][LoongArch] Mark old JIT ExecutionEngine tests as unsupported
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 13 18:53:37 PDT 2022
lhames added a comment.
Late to the party here, but I agree: New architectures should use JITLink (ORC's new JIT linker), rather than MCJIT.
This test directory actually covers both. The right thing to do is to disable `LoongArch` until you have a basic JITLink implementation written. Then you can enable it and start adding `lli` and `llvm-jitlink` tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134367/new/
https://reviews.llvm.org/D134367
More information about the llvm-commits
mailing list