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 22ae7c6 Add #include <cstdio> to unbreak build (missing definition of [...] new 62b3eec [ESan][MIPS] Adds support for MIPS64
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: cmake/config-ix.cmake | 2 +- lib/esan/esan.cpp | 8 ++ lib/esan/esan.h | 1 + lib/esan/esan_linux.cpp | 2 +- lib/esan/esan_shadow.h | 134 +++++++++++++++++---- lib/sanitizer_common/CMakeLists.txt | 4 + lib/sanitizer_common/sanitizer_linux.cc | 4 +- lib/sanitizer_common/sanitizer_linux.h | 2 +- lib/sanitizer_common/sanitizer_linux_mips64.S | 23 ++++ .../sanitizer_platform_limits_posix.h | 8 ++ test/esan/TestCases/verbose-simple.c | 18 +-- test/esan/lit.cfg | 2 +- test/lit.common.cfg | 3 + 13 files changed, 175 insertions(+), 36 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_linux_mips64.S