summaryrefslogtreecommitdiffstats
path: root/tsan-suppressions.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-05-31 14:58:04 +0200
committerTor Egge <Tor.Egge@online.no>2022-05-31 14:58:04 +0200
commit234704135caac73667bab423446b9103fe5156d1 (patch)
tree20b14679a9facc8a909867f91f4f92296c1787a0 /tsan-suppressions.txt
parent491b2e47d60b8f1d5a0f18325f8e6b0b4d8c30bf (diff)
Suppress llvm 14 thread sanitizer warnings.
Diffstat (limited to 'tsan-suppressions.txt')
-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.