[PATCH] D98785: [Orc] Fix pending debug object tracking in DebugObjectManagerPlugin
Stefan Gränitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 18 06:07:16 PDT 2021
sgraenitz updated this revision to Diff 331537.
sgraenitz added a comment.
Pending resources are irrelevant in both, notifyTransferringResources() and notifyRemovingResources(). They are guaranteed to be either finalizd in notifyEmitted() or discarded in notifyFailed().
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98785/new/
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.331537.patch
Type: text/x-patch
Size: 5759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210318/5ac88348/attachment.bin>
More information about the llvm-commits
mailing list