[PATCH] D98785: [Orc] Fix pending debug object tracking in DebugObjectManagerPlugin

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 17 08:49:12 PDT 2021


sgraenitz created this revision.
sgraenitz added a reviewer: lhames.
Herald added a subscriber: hiraditya.
sgraenitz requested review of this revision.
Herald added a project: LLVM.

There can be multiple MaterializationResponsibilitys in-flight for a single ResourceKey. Hence, pending debug objects must be tracked by MaterializationResponsibility and not by ResourceKey.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98785

Files:
  llvm/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h
  llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98785.331278.patch
Type: text/x-patch
Size: 6465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210317/55ca9c94/attachment.bin>


More information about the llvm-commits mailing list