[PATCH] D142386: ExecutionEngine: support composite types handling.
Jonas Hahnfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 3 04:17:25 PST 2023
Hahnfeld added a comment.
As far as I can tell, this is for the MCJIT infrastructure which is deprecated (?) or at least not actively worked on anymore. You should try ORC, which does actual just-in-time compilation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142386/new/
https://reviews.llvm.org/D142386
More information about the llvm-commits
mailing list