================
@@ -155,6 +163,8 @@ launchExecutor(StringRef ExecutablePath, bool
UseSharedMemory,
<< ExecutorPath.get() << "\"\n";
exit(1);
}
+ } else {
+ LaunchedExecutorPID.push_back(ChildPID);
}
// else we're the parent...
----------------
Vipul-Cariappa wrote:
```suggestion
}
// else we're the parent...
LaunchedExecutorPID.push_back(ChildPID);
```
Does this work?
https://github.com/llvm/llvm-project/pull/147478
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits