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 b0a95e5ee [libFuzzer] Remove extra semicolons new addcbe40d Revert "[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 -- test/asan/TestCases/Posix/bcmp_test.cc | 19 ---------- 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 | 12 +------ 8 files changed, 28 insertions(+), 91 deletions(-) delete mode 100644 test/asan/TestCases/Posix/bcmp_test.cc