| 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 |
| 4 | race:sync__stdatomic__add_i64 |
| 5 | race:sync__stdatomic__sub_i64 |
| 6 |