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 67a6c824c [lsan] Deadly signal handler for lsan new 36e72f5e2 [lsan] Add __lsan_default_options
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: include/sanitizer/lsan_interface.h | 4 ++++ lib/asan/asan_flags.cc | 4 ++++ lib/lsan/lsan.cc | 3 +++ lib/lsan/lsan_common.cc | 9 +++++++++ lib/lsan/lsan_common.h | 4 ++++ lib/lsan/weak_symbols.txt | 1 + test/lsan/TestCases/default_options.cc | 11 +++++++++++ 7 files changed, 36 insertions(+) create mode 100644 test/lsan/TestCases/default_options.cc