[all-commits] [llvm/llvm-project] 4caeb6: [Fuzzer] Rename ExecuteCommandWithPopen to Execute...
Yuanfang Chen via All-commits
all-commits at lists.llvm.org
Wed Feb 12 16:04:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4caeb62e51381446b9ddeb2508a4fc77d03fcf70
https://github.com/llvm/llvm-project/commit/4caeb62e51381446b9ddeb2508a4fc77d03fcf70
Author: Yuanfang Chen <yuanfang.chen at sony.com>
Date: 2020-02-12 (Wed, 12 Feb 2020)
Changed paths:
M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
M compiler-rt/lib/fuzzer/FuzzerUtil.h
M compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
M compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
M compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list