summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.