[Lldb-commits] [PATCH] D34236: Delete ProcessLauncherPosix
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 15 11:35:19 PDT 2017
jingham added a comment.
This patch doesn't remove support for posix_spawn on OS X - it is moving to the macOS Host.mm. Kind of sad as posix_spawn was supposed to remove a lot of the platform-dependent and error-prone parts of process launching from the system. But you have to live with what you have...
https://reviews.llvm.org/D34236
More information about the lldb-commits
mailing list