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 e1dfaf677 [sanitizer] Trying to fix MAC buildbots after r304285 new 9b2c60be6 [sanitizer-coverage] remove stale code (old coverage); compil [...]
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 | 3 - lib/dfsan/done_abilist.txt | 2 - .../sanitizer_coverage_interface.inc | 5 -- lib/sanitizer_common/sanitizer_coverage_libcdep.cc | 47 ++---------- .../sanitizer_coverage_libcdep_new.cc | 4 +- lib/sanitizer_common/scripts/sancov.py | 2 +- test/asan/TestCases/Linux/coverage-missing.cc | 6 +- test/asan/TestCases/Posix/coverage-fork.cc | 10 ++- .../TestCases/Posix/coverage-module-unloaded.cc | 20 ++--- test/asan/TestCases/Posix/coverage-sandboxing.cc | 87 ---------------------- test/asan/TestCases/Posix/coverage.cc | 19 ++--- test/asan/TestCases/coverage-and-lsan.cc | 4 +- test/asan/TestCases/coverage-order-pcs.cc | 57 -------------- .../TestCases/sanitizer_coverage_symbolize.cc | 2 +- .../sanitizer_coverage_trace_pc_guard-dso.cc | 6 +- .../TestCases/sanitizer_coverage_trace_pc_guard.cc | 2 +- 16 files changed, 41 insertions(+), 235 deletions(-) delete mode 100644 test/asan/TestCases/Posix/coverage-sandboxing.cc delete mode 100644 test/asan/TestCases/coverage-order-pcs.cc