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 54f7bd8bc [llvm-cov] Fix llvm-cov on Windows and un-XFAIL test new b9d79a0d9 [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} | 8 ++--- test/asan/TestCases/memcmp_test.cc | 4 +-- .../TestCases/Posix/weak_hook_test.cc | 12 ++++++- 6 files changed, 74 insertions(+), 30 deletions(-) copy test/asan/TestCases/{memcmp_test.cc => Posix/bcmp_test.cc} (76%)