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 330f9ef [compiler-rt] Support building builtins for a single target new 75e37f3 [sancov] __sanitizer_dump_coverage api
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 | 5 + lib/sanitizer_common/CMakeLists.txt | 1 + lib/sanitizer_common/sanitizer_common.h | 7 + lib/sanitizer_common/sanitizer_coverage_libcdep.cc | 5 +- .../sanitizer_coverage_libcdep_new.cc | 165 +++++++++++++++++++++ .../sanitizer_interface_internal.h | 11 +- .../sanitizer_coverage_trace_pc_guard-dso.cc | 72 +++++++++ .../TestCases/sanitizer_coverage_trace_pc_guard.cc | 35 +++++ 8 files changed, 296 insertions(+), 5 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_coverage_libcdep_new.cc create mode 100644 test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_gua [...] create mode 100644 test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc