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 | ||
|---|---|---|
| 70 | 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. | |
Is this still needed if we use _sync_val_compare_and_swap and not hand-written assembly?