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