From 69524ddd95f6e76e0077dedb42d0d97631d9faba Mon Sep 17 00:00:00 2001 From: Nav Date: Sun, 8 May 2022 19:59:24 +0100 Subject: [PATCH] Removed TSAN suppression file --- CMakeLists.txt | 2 -- ThreadSanitizerSuppression.txt | 5 ----- 2 files changed, 7 deletions(-) delete mode 100644 ThreadSanitizerSuppression.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 45ce2e03..cdf9aaeb 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,8 +123,6 @@ target_link_options( if (${ENABLE_SANITIZERS}) message(WARNING "Sanitizers have been enabled") - # For TSAN, see ThreadSanitizerSuppression.txt - # Some sanitizers are not compatible with each other. target_compile_options( Bloom diff --git a/ThreadSanitizerSuppression.txt b/ThreadSanitizerSuppression.txt deleted file mode 100644 index 0455f753..00000000 --- a/ThreadSanitizerSuppression.txt +++ /dev/null @@ -1,5 +0,0 @@ -# Suppression file can be specified via: -# TSAN_OPTIONS="suppressions=../../../ThreadSanitizerSuppression.txt" bloom - -race:libusb-1.0 -race:libglib \ No newline at end of file