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

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 15 15:32:54 PDT 2020


lhames marked an inline comment as done.
lhames added inline comments.


================
Comment at: llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp:87
+      L->notifyFreeingObject(
+          static_cast<uint64_t>(reinterpret_cast<uintptr_t>(&MemMgr)));
     MemMgr->deregisterEHFrames();
----------------
wenju wrote:
> &MemMgr should be MemMgr.get()
You're right. Thanks Wenju!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75838/new/

https://reviews.llvm.org/D75838





More information about the llvm-commits mailing list