[clang] [Clang-Repl] Sinking RemoteJITUtils into Interpreter class(Refactoring) (PR #155140)

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 2 00:02:44 PDT 2025


================
@@ -39,6 +45,9 @@ class IncrementalExecutor {
   using CtorDtorIterator = llvm::orc::CtorDtorIterator;
   std::unique_ptr<llvm::orc::LLJIT> Jit;
   llvm::orc::ThreadSafeContext &TSCtx;
+#ifndef _WIN32
+  pid_t OutOfProcessChildPid = -1;
+#endif
----------------
vgvassilev wrote:

```suggestion
  pid_t OutOfProcessChildPid = -1;
```

https://github.com/llvm/llvm-project/pull/155140


More information about the cfe-commits mailing list