mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
64ff6abf1f
Enable use of ExecutionEngine JITEventListeners in RTDyldObjectLinkingLayer. This allows existing MCJIT clients to more easily migrate to LLJIT / ORCv2. Example usage in llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener. Differential Revision: https://reviews.llvm.org/D75838