From 234704135caac73667bab423446b9103fe5156d1 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Tue, 31 May 2022 14:58:04 +0200 Subject: Suppress llvm 14 thread sanitizer warnings. --- tsan-suppressions.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsan-suppressions.txt b/tsan-suppressions.txt index 00cd7fe9a3a..5b364bcc497 100644 --- a/tsan-suppressions.txt +++ b/tsan-suppressions.txt @@ -34,6 +34,8 @@ deadlock:proton::ImportedAttributesContext::getAttributeStableEnum race:llvm::sys::MutexImpl race:llvm::sys::SmartMutex::lock race:llvm::sys::SmartMutex::lock +race:llvm::sys::DynamicLibrary::getPermanentLibrary +race:(anonymous namespace)::GDBJITRegistrationListener::notifyObjectLoaded # This is external code that we do not control. Complains that mutex # creation and locking is not strictly enough ordered. -- cgit v1.2.3