[PATCH] D98417: [Orc] Fix race condition in DebugObjectManagerPlugin
Stefan Gränitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 12 05:04:01 PST 2021
sgraenitz added a comment.
> I think you're right, but rather than approach this through the plugin API I think the solution will come from rethinking "finalization" on the memory manager API
Alright, that sounds reasonable. Having this delay for debugging use cases should be acceptable for the moment. It can be avoided by feeding in modules without debug info. The plugin detects that and stops any further processing early on.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98417/new/
https://reviews.llvm.org/D98417
More information about the llvm-commits
mailing list