[PATCH] D90237: [sanitizer_common] Use posix_spawn when starting a subprocess

Nicholas S. Park via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 08:13:48 PDT 2020


nspark created this revision.
nspark added reviewers: kcc, eugenis.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.
nspark requested review of this revision.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90237

Files:
  compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90237.301001.patch
Type: text/x-patch
Size: 3206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201027/bbfd251b/attachment.bin>


More information about the llvm-commits mailing list