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 a6d57df [sanitizer] Add syscall handlers for sigaction and rt_sigaction. new 0bd51bb [msan] Intercept eventfd_read, eventfd_write.
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: .../sanitizer_common_interceptors.inc | 30 ++++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 1 + test/msan/Linux/eventfd.cc | 18 +++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 test/msan/Linux/eventfd.cc