[PATCH] asan: fix atomic operations on ARM

Evgeniy Stepanov eugenis at google.com
Wed Jan 22 04:59:52 PST 2014


  LGTM


================
Comment at: lib/sanitizer_common/sanitizer_atomic.h:40
@@ -39,3 +39,3 @@
 
 struct atomic_uint32_t {
   typedef u32 Type;
----------------
It would be nice to rename the rest of these to _s + typedef, but that's optional.


http://llvm-reviews.chandlerc.com/D2582



More information about the llvm-commits mailing list