[all-commits] [llvm/llvm-project] a2291a: Enable LSAN for Android
Vy Nguyen via All-commits
all-commits at lists.llvm.org
Fri Oct 9 12:24:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a2291a58bf1c860d026581fee6fe96019dc25440
https://github.com/llvm/llvm-project/commit/a2291a58bf1c860d026581fee6fe96019dc25440
Author: Vy Nguyen <vyng at google.com>
Date: 2020-10-09 (Fri, 09 Oct 2020)
Changed paths:
M compiler-rt/cmake/config-ix.cmake
M compiler-rt/lib/asan/CMakeLists.txt
M compiler-rt/lib/asan/tests/CMakeLists.txt
M compiler-rt/lib/lsan/CMakeLists.txt
M compiler-rt/lib/lsan/lsan_common.cpp
M compiler-rt/lib/lsan/lsan_common.h
M compiler-rt/lib/lsan/lsan_common_linux.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
M compiler-rt/lib/sanitizer_common/sanitizer_linux.h
M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
M compiler-rt/test/asan/TestCases/coverage-and-lsan.cpp
M compiler-rt/test/asan/lit.cfg.py
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lsan/TestCases/Linux/cleanup_in_tsd_destructor.c
M compiler-rt/test/lsan/TestCases/Linux/disabler_in_tsd_destructor.c
M compiler-rt/test/lsan/TestCases/Linux/guard-page.c
M compiler-rt/test/lsan/TestCases/Linux/log-path_test.cpp
M compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp
M compiler-rt/test/lsan/TestCases/Linux/use_tls_pthread_specific_static.cpp
M compiler-rt/test/lsan/TestCases/disabler.c
M compiler-rt/test/lsan/TestCases/disabler.cpp
M compiler-rt/test/lsan/TestCases/ignore_object.c
M compiler-rt/test/lsan/TestCases/large_allocation_leak.cpp
M compiler-rt/test/lsan/TestCases/strace_test.cpp
M compiler-rt/test/lsan/TestCases/suppressions_file.cpp
M compiler-rt/test/lsan/TestCases/swapcontext.cpp
M compiler-rt/test/lsan/TestCases/use_registers.cpp
M compiler-rt/test/lsan/lit.common.cfg.py
Log Message:
-----------
Enable LSAN for Android
Make use of the newly added thread-properties API (available since 31).
Differential Revision: https://reviews.llvm.org/D85927
More information about the All-commits
mailing list