[PATCH] D75838: [ORC] Enable JITEventListeners in the RTDyldObjectLinkingLayer.

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 8 23:25:38 PDT 2020


lhames created this revision.
Herald added subscribers: ributzka, hiraditya.
Herald added a project: LLVM.

Enable use of ExecutionEngine JITEventListeners in RTDyldObjectLinkingLayer.
This allows existing MCJIT clients to more easily migrate to LLJIT / ORCv2.

Still needs some polish, but posting now so that potential clients can road
test it early.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75838

Files:
  llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
  llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
  llvm/tools/lli/lli.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75838.249032.patch
Type: text/x-patch
Size: 6870 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200309/d2401bda/attachment-0001.bin>


More information about the llvm-commits mailing list