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 e5fb2ba [asan] Remove "Stack partial redzone" from report new b2d566d [asan] Add __asan_set_shadow_*
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/asan/asan_interface_internal.h | 14 ++++++++++ lib/asan/asan_poisoning.cc | 24 +++++++++++++++++ lib/asan/asan_rtl.cc | 8 ++++++ lib/asan/asan_win_dll_thunk.cc | 7 +++++ lib/asan/tests/CMakeLists.txt | 1 + lib/asan/tests/asan_internal_interface_test.cc | 36 ++++++++++++++++++++++++++ 6 files changed, 90 insertions(+) create mode 100644 lib/asan/tests/asan_internal_interface_test.cc