[Lldb-commits] [PATCH] D34236: Delete ProcessLauncherPosix
Reid Kleckner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 15 10:22:45 PDT 2017
rnk added a comment.
`posix_spawn` is considered the preferred, efficient, canonical way to launch processes on Mac. Are you sure you want to remove support for it?
https://reviews.llvm.org/D34236
More information about the lldb-commits
mailing list