[PATCH] D110530: [ORC] Avoid deadlocks in ObjectLinkingLayer plugins with blocking finalize handlers

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 29 02:56:47 PDT 2021


sgraenitz abandoned this revision.
sgraenitz added a comment.

Thanks for confirming the issue. Aiming for a more thorough solution is fine for me. I committed the SimpleRemoteEPC port for the LLJITWithRemnoteDebugging example with ac2daacb310cbb1732de1c139be7a0e8e982169e <https://reviews.llvm.org/rGac2daacb310cbb1732de1c139be7a0e8e982169e> even though it's not fully functional yet, because it drops the last in-tree dependency to the old `OrcRPC` implementation. Once we have a fix for the threading issue here, I will re-enable the test for the example (see D110649 <https://reviews.llvm.org/D110649>).


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