[PATCH] D110530: [ORC] Avoid deadlocks in ObjectLinkingLayer plugins with blocking finalize handlers
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 6 11:35:51 PDT 2021
lhames added a comment.
Oh -- there's an even more important / fundamental fix that this exposes: We should be re-dispatching the linker continuation, not running it in place. I'll start thinking about what plumbing we need to provide to make that work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110530/new/
https://reviews.llvm.org/D110530
More information about the llvm-commits
mailing list