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.
Differential D75838
[ORC] Enable JITEventListeners in the RTDyldObjectLinkingLayer. lhames on Mar 8 2020, 11:08 PM. Authored by
Details Enable use of ExecutionEngine JITEventListeners in RTDyldObjectLinkingLayer. Still needs some polish, but posting now so that potential clients can road
Diff Detail
Event Timeline
Comment Actions I am going to fix the issue Wenju identified and commit this: further development can happen in-tree. Comment Actions This broke tests in exactly the way the precommit test predicted (http://45.33.8.238/linux/12615/step_12.txt). Please fix or revert. (And please look at precommit test results going forward.) Comment Actions Already reverted. I didn't realize the pre-commit tests were actually reliable: previous Harbormaster messages seemed to just be noise. That's very handy! |