implement correct atomic load/store for ARM
add test for atomic load/store
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/sanitizer_common/sanitizer_atomic_clang.h | ||
---|---|---|
59 | I would split this into multiple files (one with ifdef arm, etc) |
Comment Actions
LGTM
lib/sanitizer_common/sanitizer_atomic.h | ||
---|---|---|
40 | It would be nice to rename the rest of these to _s + typedef, but that's optional. |
It would be nice to rename the rest of these to _s + typedef, but that's optional.