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 3d7f9b642 Revert "[sanitizers] Sanitizer tests CMake clean up" new bc1f9b219 [sancov] Implement __sanitizer_cov_reset.
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: include/sanitizer/coverage_interface.h | 7 ++- .../sanitizer_coverage_interface.inc | 1 + .../sanitizer_coverage_libcdep_new.cc | 15 ++++- test/asan/TestCases/Posix/coverage-reset.cc | 65 ++++++++++++++++++++++ 4 files changed, 83 insertions(+), 5 deletions(-) create mode 100644 test/asan/TestCases/Posix/coverage-reset.cc