llvm-project/compiler-rt/lib/lsan
Alexey Samsonov 78a8435fd6 [CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.
Soon there will be an option to build compiler-rt parts as shared libraries
on Linux. Extracted from http://llvm-reviews.chandlerc.com/D3042
by Yuri Gribov.

llvm-svn: 205183
2014-03-31 13:45:36 +00:00
..
CMakeLists.txt [CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime. 2014-03-31 13:45:36 +00:00
Makefile.mk [LSan] Add support for building standalone LSan runtime to Make build (compiler-rt part) 2013-08-20 14:49:01 +00:00
lsan.cc [Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false). 2013-12-17 11:15:39 +00:00
lsan.h [lsan] Unbreak standalone LSan's initialization by making it more like ASan's. 2013-11-25 14:25:36 +00:00
lsan_allocator.cc [lsan] handle 'new T[0]' where T is a type with DTOR; fixes https://code.google.com/p/address-sanitizer/issues/detail?id=257 2014-01-10 10:48:01 +00:00
lsan_allocator.h
lsan_common.cc [libsanitizer] Introduce flag descriptions. 2014-03-20 12:52:52 +00:00
lsan_common.h [lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad idea), leave __lsan_is_turned_off 2014-01-15 08:04:21 +00:00
lsan_common_linux.cc LSan: Print warning about dynamic linker only in verbose mode 2014-02-14 15:12:46 +00:00
lsan_interceptors.cc Avoid aliases to weak aliases in interceptors. 2014-03-26 15:48:59 +00:00
lsan_preinit.cc [lsan] Unbreak lsan_testlib.cc. 2013-11-25 15:54:31 +00:00
lsan_thread.cc [lsan] Support ASan's stack-use-after-return mode in LSan. 2013-10-14 14:04:50 +00:00
lsan_thread.h [lsan] Handle fork() correctly. 2013-07-08 12:57:24 +00:00