samsonov added inline comments. ================ Comment at: lib/sanitizer_common/sanitizer_suppressions.h:25 @@ -23,3 +24,3 @@ char *templ; - unsigned hit_count; + atomic_uintptr_t hit_count; uptr weight; ---------------- Why is it not atomic_u32? http://reviews.llvm.org/D12554