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 5ffcba415 [libFuzzer] better README.txt new 8713a9766 [NFC] do not run linter on libFuzzer's tests. new 190938f45 [libFuzzer] apply changes lost during the migration to compiler-rt
The 2 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 | 1 + lib/fuzzer/FuzzerClangCounters.cpp | 49 +++++++++++++++++++++++++++++++++++++ lib/fuzzer/FuzzerDefs.h | 4 +++ lib/fuzzer/FuzzerLoop.cpp | 3 ++- lib/fuzzer/FuzzerTracePC.cpp | 33 +++++++++++++++++++------ lib/fuzzer/FuzzerTracePC.h | 50 ++++++++++++++++++++------------------ test/fuzzer/CMakeLists.txt | 1 + 7 files changed, 109 insertions(+), 32 deletions(-) create mode 100644 lib/fuzzer/FuzzerClangCounters.cpp