This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 63e473d06 [Xray] Darwin improving slightly the support new 0364b6483 [libFuzzer] Port to 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: cmake/config-ix.cmake | 5 +- lib/fuzzer/FuzzerDefs.h | 7 +++ lib/fuzzer/FuzzerIO.cpp | 8 ---- lib/fuzzer/FuzzerIO.h | 2 +- lib/fuzzer/FuzzerIOPosix.cpp | 7 +++ lib/fuzzer/FuzzerIOWindows.cpp | 20 ++++++++ lib/fuzzer/FuzzerTracePC.cpp | 3 +- lib/fuzzer/FuzzerUtilWindows.cpp | 4 +- lib/fuzzer/tests/CMakeLists.txt | 2 + lib/fuzzer/tests/FuzzerUnittest.cpp | 7 +++ .../sanitizer_coverage_win_sections.cc | 53 +++++++++++++++++++--- test/CMakeLists.txt | 5 +- 12 files changed, 103 insertions(+), 20 deletions(-)