[PATCH] D44890: Allow to integrate OrcJIT with JitEventListeners
Andres Freund via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 11 15:35:17 PDT 2018
anarazel added a comment.
Ping? I'm using this functionality in postgres's new JIT support. It'd be cool if it were merged so we can make sure the released version of Postgres is going to use the right API, even if LLVM has to be patched for it to be available in older releases.
We're using it both for debugging and profiling support (see https://reviews.llvm.org/D44892).
Repository:
rL LLVM
https://reviews.llvm.org/D44890
More information about the llvm-commits
mailing list