[all-commits] [llvm/llvm-project] 98f2bb: [ORC] Enable JITEventListeners in the RTDyldObject...
lhames via All-commits
all-commits at lists.llvm.org
Sun Mar 15 15:15:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 98f2bb4461072347dcca7d2b1b9571b3a6525801
https://github.com/llvm/llvm-project/commit/98f2bb4461072347dcca7d2b1b9571b3a6525801
Author: Lang Hames <lhames at gmail.com>
Date: 2020-03-15 (Sun, 15 Mar 2020)
Changed paths:
M llvm/examples/OrcV2Examples/CMakeLists.txt
A llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/CMakeLists.txt
A llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/LLJITWithGDBRegistrationListener.cpp
M llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
M llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
M llvm/tools/lli/lli.cpp
Log Message:
-----------
[ORC] Enable JITEventListeners in the RTDyldObjectLinkingLayer.
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
More information about the All-commits
mailing list