[PATCH] D12554: tsan: speed up race deduplication

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 11:10:25 PDT 2015


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





More information about the llvm-commits mailing list