summaryrefslogtreecommitdiffstats
path: root/tsan-suppressions.txt
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2022-03-16 14:10:13 +0000
committerHåvard Pettersen <havardpe@oath.com>2022-03-16 14:10:13 +0000
commit02a8dcce23afc5d70dd73ab647a275d0fe1ae1d2 (patch)
treefa760f6910a54dfd0ced7ac8874838dbe25fa9f0 /tsan-suppressions.txt
parent4f2475fd0ed916562f113d4ccc9821e600c05619 (diff)
add suppression for llvm lock
Diffstat (limited to 'tsan-suppressions.txt')
-rw-r--r--tsan-suppressions.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tsan-suppressions.txt b/tsan-suppressions.txt
index 34ca37c905f..a79340d887e 100644
--- a/tsan-suppressions.txt
+++ b/tsan-suppressions.txt
@@ -9,3 +9,8 @@ deadlock:search::AttributeContext::getAttribute
deadlock:search::AttributeContext::getAttributeStableEnum
deadlock:proton::ImportedAttributesContext::getAttribute
deadlock:proton::ImportedAttributesContext::getAttributeStableEnum
+
+# This is external code that we do not control. Complains that mutex
+# creation and locking is not strictly enough ordered.
+
+race:llvm::sys::MutexImpl