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 ebb8e45a1 Revert "Add lsan interceptors for libdispatch functions on darwin" new e9f87b734 Add lsan interceptors for libdispatch functions on darwin
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/weak_symbols.txt | 9 + lib/lsan/CMakeLists.txt | 1 + lib/lsan/lsan.h | 2 + lib/lsan/lsan_common_mac.cc | 3 +- lib/lsan/lsan_mac.cc | 192 +++++++++++++++++++++ lib/lsan/lsan_thread.cc | 4 +- lib/lsan/lsan_thread.h | 2 +- test/lsan/TestCases/Darwin/dispatch.mm | 59 +++++++ test/{asan => lsan}/TestCases/Darwin/lit.local.cfg | 0 test/lsan/lit.common.cfg | 2 +- 10 files changed, 268 insertions(+), 6 deletions(-) create mode 100644 lib/lsan/lsan_mac.cc create mode 100644 test/lsan/TestCases/Darwin/dispatch.mm copy test/{asan => lsan}/TestCases/Darwin/lit.local.cfg (100%)