llvm-project/compiler-rt/lib/lsan
Alex Shlyapnikov 67f83373e9 [lsan] When necessary, define LSan suppression for tls_get_addr.
Summary:
Generalize already defined LSan suppression for the leak on
tls_get_addr, some envs do not have the entire call stack symbolized,
so we have to be less specific.

Reviewers: eugenis

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D32545

llvm-svn: 301434
2017-04-26 17:13:31 +00:00
..
.clang-format Tell clang-format that (most) sanitizers are written using Google style guide. 2015-11-19 22:11:10 +00:00
CMakeLists.txt Implement standalone lsan interceptors for OS X 2017-04-11 20:05:02 +00:00
lsan.cc Implement standalone lsan interceptors for OS X 2017-04-11 20:05:02 +00:00
lsan.h Implement standalone lsan interceptors for OS X 2017-04-11 20:05:02 +00:00
lsan_allocator.cc Implement standalone lsan interceptors for OS X 2017-04-11 20:05:02 +00:00
lsan_allocator.h [lsan] Enable LSan on PowerPC64. 2017-04-21 21:59:53 +00:00
lsan_common.cc [lsan] When necessary, define LSan suppression for tls_get_addr. 2017-04-26 17:13:31 +00:00
lsan_common.h [lsan] Enable LSan on PowerPC64. 2017-04-21 21:59:53 +00:00
lsan_common_linux.cc Move valid caller-pc checks out of platform-specific checks 2017-04-19 14:00:35 +00:00
lsan_common_mac.cc Make sure to scan mmap'd memory regions for root pointers on OS X 2017-04-19 21:11:08 +00:00
lsan_flags.inc Disable use of tls scanning on darwin leak sanitizer 2017-04-13 20:14:15 +00:00
lsan_interceptors.cc Don't assume PTHREAD_CREATE_JOINABLE is 0 on all systems 2017-04-13 17:28:52 +00:00
lsan_linux.cc Implement standalone lsan interceptors for OS X 2017-04-11 20:05:02 +00:00
lsan_malloc_mac.cc Implement standalone lsan interceptors for OS X 2017-04-11 20:05:02 +00:00
lsan_preinit.cc [Sanitizer] Introduce SANITIZER_CAN_USE_PREINIT_ARRAY definition and use it across sanitizers. 2014-07-25 22:05:02 +00:00
lsan_thread.cc [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs 2017-04-17 18:17:38 +00:00
lsan_thread.h [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs 2017-04-17 18:17:38 +00:00
weak_symbols.txt Add cmake build support for lsan on OS X 2017-02-14 00:56:53 +00:00