llvm-project/compiler-rt/lib/lsan
Sergey Matveev a4a01975d5 [lsan] Add lit test support.
"check-lsan" now runs both the tests from lib/lsan/tests and any lit
tests found under lib/lsan/lit_tests.

llvm-svn: 182583
2013-05-23 12:58:56 +00:00
..
lit_tests [lsan] Add lit test support. 2013-05-23 12:58:56 +00:00
tests [lsan] Add lit test support. 2013-05-23 12:58:56 +00:00
CMakeLists.txt [lsan] Add lit test support. 2013-05-23 12:58:56 +00:00
Makefile.mk Revert r182465 and add lsan-common library to makefile-based build 2013-05-22 13:20:37 +00:00
lsan.cc [lsan] Ensure lsan is initialized when interceptors are called. 2013-05-23 10:24:44 +00:00
lsan.h [lsan] Standalone LSan initialization. 2013-05-20 11:04:43 +00:00
lsan_allocator.cc [lsan] Ensure lsan is initialized when interceptors are called. 2013-05-23 10:24:44 +00:00
lsan_allocator.h
lsan_common.cc [asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS. 2013-05-21 15:35:34 +00:00
lsan_common.h [lsan] Change CMakeLists to build the common LSan module for ASan. 2013-05-21 14:12:11 +00:00
lsan_common_linux.cc [lsan] Change CMakeLists to build the common LSan module for ASan. 2013-05-21 14:12:11 +00:00
lsan_interceptors.cc [lsan] Ensure lsan is initialized when interceptors are called. 2013-05-23 10:24:44 +00:00
lsan_thread.cc
lsan_thread.h