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 f863c64e6 [tsan] Use pthread_sigmask instead of sigprocmask to block si [...] new ff641b946 [Sanitizers] Consolidate internal errno definitions.
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/msan/msan_interceptors.cc | 11 ++----- lib/sanitizer_common/CMakeLists.txt | 3 ++ .../sanitizer_common_interceptors.inc | 1 + lib/sanitizer_common/sanitizer_errno.cc | 35 ++++++++++++++++++++++ lib/sanitizer_common/sanitizer_errno.h | 35 ++++++++++++++++++++++ lib/sanitizer_common/sanitizer_errno_codes.h | 34 +++++++++++++++++++++ .../sanitizer_platform_limits_posix.cc | 9 ------ .../sanitizer_platform_limits_posix.h | 3 -- lib/tsan/rtl/tsan_interceptors.cc | 19 ++++-------- lib/tsan/rtl/tsan_platform_linux.cc | 1 - 10 files changed, 117 insertions(+), 34 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_errno.cc create mode 100644 lib/sanitizer_common/sanitizer_errno.h create mode 100644 lib/sanitizer_common/sanitizer_errno_codes.h