This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 52e3995 [WebAssembly] Fix a compiler warning. NFC. new 609477e Revert "[LibFuzzer] Split FuzzerUtil for Posix and Windows."
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Fuzzer/CMakeLists.txt | 2 - lib/Fuzzer/FuzzerDriver.cpp | 3 +- lib/Fuzzer/FuzzerMutate.cpp | 2 +- lib/Fuzzer/FuzzerTraceState.cpp | 4 +- lib/Fuzzer/FuzzerUtil.cpp | 121 +++++++++++++++++++++--- lib/Fuzzer/FuzzerUtil.h | 9 +- lib/Fuzzer/FuzzerUtilPosix.cpp | 106 --------------------- lib/Fuzzer/FuzzerUtilWindows.cpp | 194 --------------------------------------- 8 files changed, 113 insertions(+), 328 deletions(-) delete mode 100644 lib/Fuzzer/FuzzerUtilPosix.cpp delete mode 100644 lib/Fuzzer/FuzzerUtilWindows.cpp