[all-commits] [llvm/llvm-project] 90a10f: [lsan] Support LeakSanitizer runtime on Fuchsia
Roland McGrath via All-commits
all-commits at lists.llvm.org
Tue Jan 28 11:35:43 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 90a10f00ff838f6031e225f11b72a7e9240e288f
https://github.com/llvm/llvm-project/commit/90a10f00ff838f6031e225f11b72a7e9240e288f
Author: Roland McGrath <mcgrathr at google.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M compiler-rt/cmake/config-ix.cmake
M compiler-rt/lib/asan/asan_thread.cpp
M compiler-rt/lib/lsan/CMakeLists.txt
M compiler-rt/lib/lsan/lsan.cpp
M compiler-rt/lib/lsan/lsan.h
M compiler-rt/lib/lsan/lsan_allocator.h
M compiler-rt/lib/lsan/lsan_common.cpp
M compiler-rt/lib/lsan/lsan_common.h
A compiler-rt/lib/lsan/lsan_common_fuchsia.cpp
A compiler-rt/lib/lsan/lsan_fuchsia.cpp
A compiler-rt/lib/lsan/lsan_fuchsia.h
M compiler-rt/lib/lsan/lsan_interceptors.cpp
M compiler-rt/lib/lsan/lsan_linux.cpp
M compiler-rt/lib/lsan/lsan_posix.cpp
M compiler-rt/lib/sanitizer_common/CMakeLists.txt
A compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_fuchsia.cpp
Log Message:
-----------
[lsan] Support LeakSanitizer runtime on Fuchsia
Support LeakSanitizer runtime on Fuchsia.
Patch By: mcgrathr
Differential Revision: https://reviews.llvm.org/D72887
More information about the All-commits
mailing list