[PATCH] D17833: [tsan] Add support for pointer typed atomic stores, loads, and cmpxchg

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 23:43:23 PST 2016


dvyukov added a comment.

How did it work without these casts all that time?.. Is it the case that programs that used atomic<void*> failed to compile?


http://reviews.llvm.org/D17833





More information about the llvm-commits mailing list