[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:49 PDT 2025
================
@@ -62,8 +76,23 @@ class IncrementalExecutor {
llvm::orc::LLJIT &GetExecutionEngine() { return *Jit; }
+#ifndef _WIN32
+ pid_t getOutOfProcessChildPid() const { return OutOfProcessChildPid; }
+#endif
----------------
vgvassilev wrote:
```suggestion
pid_t getOutOfProcessChildPid() const { return OutOfProcessChildPid; }
```
https://github.com/llvm/llvm-project/pull/155140
More information about the cfe-commits
mailing list