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 df01596 Removing an old empty unused directory "SDKs". new b90f32b [sanitizer][esan] Add internal_sigaction_syscall new eef7355 [sanitizer] Revert new GLIBC msghdr/cmsghdr definitions
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/esan/esan.cpp | 3 ++ lib/esan/esan_interceptors.cpp | 6 +++ lib/esan/working_set.cpp | 5 ++- lib/esan/working_set.h | 1 + lib/sanitizer_common/CMakeLists.txt | 16 ++++++++ lib/sanitizer_common/sanitizer_linux.cc | 26 ++++++++++++- lib/sanitizer_common/sanitizer_linux.h | 4 ++ lib/sanitizer_common/sanitizer_linux_x86_64.S | 25 ++++++++++++ .../sanitizer_platform_limits_posix.h | 44 ---------------------- test/esan/TestCases/workingset-early-fault.c | 33 ++++++++++++++++ 10 files changed, 117 insertions(+), 46 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_linux_x86_64.S create mode 100644 test/esan/TestCases/workingset-early-fault.c