[PATCH] D48451: [sanitizers_common] when spawning a subprocess for symbolizers, use posix_spawn instead of fork()
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 22 12:19:58 PDT 2018
kubamracek added a comment.
Thanks!
As a suggestion (perhaps for a future patch, not required to fix now): Could we detect the Android version at runtime and call posix_spawn on newer Android versions (where we know it's available)?
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D48451
More information about the llvm-commits
mailing list