summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-05-31 15:30:38 +0200
committerGitHub <noreply@github.com>2022-05-31 15:30:38 +0200
commit07ec84bf1d4bf219a68243ff1160114a4d3c3a03 (patch)
treecbc3ba0b7c1ef68a98200c1afba5d7623ed8cce7
parent549ed4f595f2074923c112f553d126f47685c2b2 (diff)
parent234704135caac73667bab423446b9103fe5156d1 (diff)
Merge pull request #22811 from vespa-engine/toregge/suppress-llvm-14-thread-sanitizer-warnings
Suppress llvm 14 thread sanitizer warnings.
-rw-r--r--tsan-suppressions.txt2
1 files changed, 2 insertions, 0 deletions
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<false>::lock
race:llvm::sys::SmartMutex<true>::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.