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 d9d88a2 Revert r268130 -- more bot failure new b81c9a9 [esan] EfficiencySanitizer shadow memory
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/esan/esan.cpp | 66 ++++++++++ lib/esan/esan_interceptors.cpp | 67 ++++++++++ lib/esan/esan_shadow.h | 197 +++++++++++++++++++++++++++++ test/esan/TestCases/mmap-shadow-conflict.c | 29 +++++ test/esan/TestCases/verbose-simple.c | 4 + 5 files changed, 363 insertions(+) create mode 100644 lib/esan/esan_shadow.h create mode 100644 test/esan/TestCases/mmap-shadow-conflict.c