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 cd6d69c22 [XRay][compiler-rt] Remove use of std::mutex and std::shared_ [...] new 25f760461 [sanitizer_common] Fuchsia-specific implementation of Sanitiz [...] new e18e52ff1 [asan] Interceptors for Fuchsia
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/asan/asan_interceptors.cc | 7 + lib/asan/asan_interceptors.h | 34 +-- lib/asan/asan_interceptors_memintrinsics.cc | 12 ++ lib/sanitizer_common/CMakeLists.txt | 1 + lib/sanitizer_common/sanitizer_coverage_fuchsia.cc | 233 +++++++++++++++++++++ .../sanitizer_coverage_libcdep_new.cc | 5 + 6 files changed, 279 insertions(+), 13 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_coverage_fuchsia.cc