================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits