[Fuzzer] Rename ExecuteCommandWithPopen to ExecuteCommandNon-Fushsia target will...
authorYuanfang Chen <yuanfang.chen@sony.com>
Wed, 12 Feb 2020 23:43:44 +0000 (15:43 -0800)
committerYuanfang Chen <yuanfang.chen@sony.com>
Thu, 13 Feb 2020 00:03:55 +0000 (16:03 -0800)
commit4caeb62e51381446b9ddeb2508a4fc77d03fcf70
tree2f69cee58f35e8098a316a1c728deb9662d88d74
parent8a56d64d7620b3764f10f03f3a1e307fcdd72c2f
[Fuzzer] Rename ExecuteCommandWithPopen to ExecuteCommandNon-Fushsia target will keep using popen/pclose implementation. OnFuchsia, Two-args version of `ExecuteCommand` is a simple wrapper of theone-arg version. (Hopefully) Fix D73329 build on Fuchsia.
compiler-rt/lib/fuzzer/FuzzerDriver.cpp
compiler-rt/lib/fuzzer/FuzzerUtil.h
compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp