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 384eeea2d [sanitizer] Disable sanitizer test which already fails on And [...] new 6ec8636dc [sanitizer] Move signal interceptors from asan to sanitizer_common
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: lib/asan/asan_interceptors.cc | 48 ++-------------- lib/asan/asan_interceptors.h | 6 -- .../sanitizer_platform_interceptors.h | 2 + .../sanitizer_signal_interceptors.inc | 67 ++++++++++++++++++++++ 4 files changed, 73 insertions(+), 50 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_signal_interceptors.inc