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 fbd3bd938 [scudo][standalone] Fix tests makefile new 10b5efbee Reland "[compiler-rt] Intercept the bcmp() function."
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/tests/asan_mem_test.cc | 42 +++++++++++++--------- .../sanitizer_common_interceptors.inc | 35 ++++++++++++++---- .../sanitizer_platform_interceptors.h | 3 ++ .../{memcmp_test.cc => Posix/bcmp_test.cc} | 11 +++--- test/asan/TestCases/memcmp_test.cc | 4 +-- test/msan/memcmp_test.cc | 2 +- test/msan/scoped-interceptors.cc | 2 +- .../TestCases/Posix/weak_hook_test.cc | 11 +++++- 8 files changed, 77 insertions(+), 33 deletions(-) copy test/asan/TestCases/{memcmp_test.cc => Posix/bcmp_test.cc} (64%)