[PATCH] D65253: [sanitizer_common] Replace forkpty with posix_spawn on Darwin
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 30 18:49:19 PDT 2019
kubamracek added a comment.
Thanks! This looks like a great step in the right direction. An overall question first: Should we use posix_spawn for *all platforms*? IIRC, unifying the launch paths was discussed on mailing lists before and sounds desirable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65253/new/
https://reviews.llvm.org/D65253
More information about the llvm-commits
mailing list