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 92655f0 [compiler-rt] Don't use -fPIC when building for Windows new 913a7aa Revert "[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, 36 insertions(+), 175 deletions(-) delete mode 100644 lib/sanitizer_common/sanitizer_linux_mips64.S