Displaying 2 results from an estimated 2 matches for "createlocalcompilecallbackmanager".
2016 Jul 15
2
Recompile (and re-link) a function at runtime using ORC JIT for an ARM platform
...he move from legacy JIT (llvm-3.5.x) to ORC JIT and I am
looking to recompile (and re-link) functions at runtime for an ARM
platform (Odroid XU3) . I looked at OrcLazyJIT.cpp as a starting point.
However, after going through the code, it appears that the
createCompileCallbackMgr (llvm-3.8.0) /
createLocalCompileCallbackManager (llvm-git) do not support an ARM
triple yet.
Does anyone know if ARM will be supported in the future and/or point me
in the right direction?
Cheers,
Gavin
2020 Jun 25
4
ORC error: No callback manager available
Hi LLVM Developers,
I have a query about an LLVM error message that I'm encountering and I
hope it's appropriate to post to this mailing list about it.
Postgres can be built with LLVM-based JIT support.
I find that when running on Linux (RHEL8) on IBM Z hardware, using
LLVM8+, I'm seeing many instances of the following LLVM error message
appearing in the Postgres server log:
ORC