llvm-project/compiler-rt/lib/lsan
Alexey Samsonov 9c2bcf8c15 Improve support for compiler-rt tests in CMake build.
Now compiler-rt tests run correctly if compiler-rt is checked out into
arbitrary directory (not necessarily projects/compiler-rt).
Patch by Greg Fitzgerald!

llvm-svn: 182726
2013-05-27 09:35:24 +00:00
..
lit_tests Improve support for compiler-rt tests in CMake build. 2013-05-27 09:35:24 +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 [lsan] Allow the ignored TLS range to be empty. 2013-05-24 18:07:53 +00:00
lsan_common.h [lsan] Prettify LSan reports and add a summary. 2013-05-24 14:49:13 +00:00
lsan_common_linux.cc [lsan] Minor adjustments to LSan messages. 2013-05-24 15:36:30 +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 registry for standalone LSan. 2013-05-20 10:57:53 +00:00
lsan_thread.h [lsan] Thread registry for standalone LSan. 2013-05-20 10:57:53 +00:00