[PATCH] D104694: [ORC] Require TargetProcessControl instance when constructing ExecutionSession.

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 04:37:06 PDT 2021


sgraenitz accepted this revision.
sgraenitz added a comment.
This revision is now accepted and ready to land.

LGTM!

I prepared a patch for the LLVMJITWithRemoteDebugging example: https://github.com/weliveindetail/llvm-project/commits/arcpatch-D104694 It's still unix-only and I need to double-check that it doesn't break Windows bots, but otherwise this should work. Build and test are currently disabled on main, so landing the change from this review should not beak it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104694/new/

https://reviews.llvm.org/D104694



More information about the llvm-commits mailing list