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 164a6f2 [Builtin][ARM] Add Thumb1 support for aeabi_c{f,d}cmp.S and dcmp.S new 13c02dd Stop intercepting some malloc-related functions on FreeBSD and macOS
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_malloc_linux.cc | 18 ++++++-- lib/lsan/lsan_interceptors.cc | 54 ++++++++++++++++------ .../sanitizer_platform_interceptors.h | 5 ++ .../tests/sanitizer_allocator_testlib.cc | 10 ++++ test/asan/TestCases/malloc-no-intercept.c | 24 ++++++++++ 5 files changed, 92 insertions(+), 19 deletions(-) create mode 100644 test/asan/TestCases/malloc-no-intercept.c