llvm-project/compiler-rt/lib/tsan
Julian Lettner 9e18875ba3 [TSan] Initialize libdispatch interceptors if necessary
On Linux (and other non-Darwin platforms) we need to initialize
interceptors. Since tsan_libdispatch.cc is compiled optionally, add a
weak default implementation of `InitializeLibdispatchInterceptors`.

Reviewed By: dvyukov

Differential Revision: https://reviews.llvm.org/D59113

llvm-svn: 355717
2019-03-08 19:52:45 +00:00
..
benchmarks tsan: add more benchmarks 2019-02-07 14:04:04 +00:00
dd [compiler-rt] Cleanup usage of C++ ABI library 2019-02-16 08:34:26 +00:00
go sanitizers: Introduce ThreadType enum 2019-02-07 11:01:22 +00:00
rtl [TSan] Initialize libdispatch interceptors if necessary 2019-03-08 19:52:45 +00:00
tests [compiler-rt] Cleanup usage of C++ ABI library 2019-02-16 08:34:26 +00:00
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
CMakeLists.txt [tsan] Support interception of libdispatch on Linux 2019-03-06 19:25:09 +00:00
analyze_libtsan.sh [TSan] Slightly improve check_analyze script. 2015-12-07 20:18:50 +00:00
check_analyze.sh tsan: add fiber support 2019-02-13 13:21:24 +00:00
check_cmake.sh