v / .github / workflows / run_sanitizers_thread.suppressions
5 lines · 5 sloc · 341 bytes · 75d65a005ea190606296e980846c4cad582add41
Raw
1## See https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
2## and https://clang.llvm.org/docs/ThreadSanitizer.html
3## The sync__stdatomic__add_i64 and sync__stdatomic__sub_i64 suppressions below, are needed for clang-10 to clang-12; clang-18 is fine without them
4race:sync__stdatomic__add_i64
5race:sync__stdatomic__sub_i64
6