llvm-project/compiler-rt/lib/lsan
Evgeniy Stepanov 9e922e7d24 [sanitizer] Android build cleanup.
* Detect Android toolchain target arch and set correct runtime library name.
* Merged a lot of Android and non-Android code paths.
* Android is only supported in standalone build of compiler-rt now.
* Linking lsan-common in ASan-Android (makes lsan annotations work).
* Relying on -fsanitize=address linker flag when building tests (again,
  unification with non-Android path).
* Runtime library moved from lib/asan to lib/linux.

llvm-svn: 218605
2014-09-29 13:18:55 +00:00
..
CMakeLists.txt [sanitizer] Android build cleanup. 2014-09-29 13:18:55 +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] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull(). 2014-09-10 22:45:09 +00:00
lsan.h [lsan] Implement __sanitizer_print_stack_trace() in standalone LSan. 2014-08-26 12:52:41 +00:00
lsan_allocator.cc [lsan] Implement the public allocator interface in standalone LSan. 2014-08-26 14:28:28 +00:00
lsan_allocator.h [lsan] Implement the public allocator interface in standalone LSan. 2014-08-26 14:28:28 +00:00
lsan_common.cc [Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull(). 2014-09-10 22:45:09 +00:00
lsan_common.h [LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined with 2014-08-18 23:39:47 +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 [lsan] Implement __sanitizer_print_stack_trace() in standalone LSan. 2014-08-26 12:52:41 +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 [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