[PATCH] Processes that spawn other processes should wait for their children to exit before exiting due to a signal.

Sean Silva chisophugis at gmail.com
Thu Apr 30 15:14:11 PDT 2015


================
Comment at: lib/Support/Unix/Program.inc:72
@@ -67,1 +71,3 @@
 
+static ManagedStatic<std::vector<ProcessInfo>> ChildPIDs;
+
----------------
Do pids ever get pushed onto here? or is that an upcoming patch?

http://reviews.llvm.org/D9420

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list