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 73b0c20fc Don't delete lsan thread-local data until it's no longer required new ef3c0d303 Implement standalone lsan interceptors for OS X
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/lsan/CMakeLists.txt | 1 + lib/lsan/lsan.cc | 1 + lib/lsan/lsan.h | 7 ++++++ lib/lsan/lsan_allocator.cc | 31 ++++++++++++++++++++++++ lib/lsan/lsan_allocator.h | 11 +++++++++ lib/lsan/lsan_interceptors.cc | 55 ++++++++++++++++++------------------------- lib/lsan/lsan_linux.cc | 2 ++ lib/lsan/lsan_malloc_mac.cc | 55 +++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 131 insertions(+), 32 deletions(-) create mode 100644 lib/lsan/lsan_malloc_mac.cc