When available, enables use of posix_spawn when starting a subprocess
Passes local testing (test/check-llvm-instrumentation) on Ubuntu 20.04
Fixes: https://github.com/google/sanitizers/issues/979
See also: https://reviews.llvm.org/D48451
Differential D90237
[sanitizer_common] Use posix_spawn when starting a subprocess nspark on Oct 27 2020, 8:13 AM. Authored by
Details When available, enables use of posix_spawn when starting a subprocess Passes local testing (test/check-llvm-instrumentation) on Ubuntu 20.04 Fixes: https://github.com/google/sanitizers/issues/979 See also: https://reviews.llvm.org/D48451
Diff Detail
Event TimelineComment Actions Squashed last two commits, since the earlier patch (pre clang-format) was not appearing in Phabricator. |