[PATCH] D65253: [sanitizer_common] Replace forkpty with posix_spawn on Darwin

Alex Gaynor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 18:54:55 PDT 2019


alex added a comment.

I had a patch to use `posix_spawn` on all posix platforms, but hit some issues I didn't quite have the time to debug all the way through. It's a good idea in my view.


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