llvm-project/compiler-rt/lib/lsan
Ilya Leoshkevich ccd8b7b103 [LSan] Enable for SystemZ
Summary: Add runtime support, adjust the tests and enable LSan.

Reviewers: vitalybuka, eugenis, uweigand, jonpa

Reviewed By: uweigand

Subscribers: mgorny, cfe-commits, #sanitizers

Tags: #clang, #sanitizers

Differential Revision: https://reviews.llvm.org/D78644
2020-06-16 13:45:29 +02:00
..
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
CMakeLists.txt [lsan] Support LeakSanitizer runtime on Fuchsia 2020-01-28 11:34:53 -08:00
lsan.cpp [lsan] Support LeakSanitizer runtime on Fuchsia 2020-01-28 11:34:53 -08:00
lsan.h [lsan] Support LeakSanitizer runtime on Fuchsia 2020-01-28 11:34:53 -08:00
lsan_allocator.cpp [sanitizer_common] Create max_allocation_size_mb flag. 2019-10-30 11:26:05 -07:00
lsan_allocator.h [LSan] Enable for SystemZ 2020-06-16 13:45:29 +02:00
lsan_common.cpp add debug code to chase down a rare crash in asan/lsan https://github.com/google/sanitizers/issues/1193 2020-06-01 19:14:56 -07:00
lsan_common.h [LSan] Enable for SystemZ 2020-06-16 13:45:29 +02:00
lsan_common_fuchsia.cpp [lsan] Support LeakSanitizer runtime on Fuchsia 2020-01-28 11:34:53 -08:00
lsan_common_linux.cpp [lsan] Expose Frontier object to OS-specific LockStuffAndStopTheWorld callback 2020-01-24 16:53:35 -08:00
lsan_common_mac.cpp [lsan] Expose Frontier object to OS-specific LockStuffAndStopTheWorld callback 2020-01-24 16:53:35 -08:00
lsan_flags.inc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
lsan_fuchsia.cpp [lsan] Support LeakSanitizer runtime on Fuchsia 2020-01-28 11:34:53 -08:00
lsan_fuchsia.h [lsan] Support LeakSanitizer runtime on Fuchsia 2020-01-28 11:34:53 -08:00
lsan_interceptors.cpp [lsan] Support LeakSanitizer runtime on Fuchsia 2020-01-28 11:34:53 -08:00
lsan_linux.cpp [lsan] Support LeakSanitizer runtime on Fuchsia 2020-01-28 11:34:53 -08:00
lsan_mac.cpp Remove NOLINTs from compiler-rt 2019-09-11 23:19:48 +00:00
lsan_malloc_mac.cpp compiler-rt: Rename .cc file in lib/lsan to .cpp 2019-08-01 14:01:30 +00:00
lsan_posix.cpp [lsan] Support LeakSanitizer runtime on Fuchsia 2020-01-28 11:34:53 -08:00
lsan_posix.h [lsan] Factor pthread-specific assumptions out of thread tracking code 2020-01-24 16:55:11 -08:00
lsan_preinit.cpp compiler-rt: Rename .cc file in lib/lsan to .cpp 2019-08-01 14:01:30 +00:00
lsan_thread.cpp [lsan] Factor pthread-specific assumptions out of thread tracking code 2020-01-24 16:55:11 -08:00
lsan_thread.h [lsan] Factor pthread-specific assumptions out of thread tracking code 2020-01-24 16:55:11 -08:00
weak_symbols.txt