[libcxx] Fix atomic type for arm (pre v6) to work w/out needing libatomic
Similar to d061adc48d54e, avoid using a 64 bit type for libc++'s
__cxx_contention_t on arm (pre v6), as this architecture lacks support
for 64 bit atomics.
[libcxx] Fix atomic type for arm (pre v6) to work w/out needing libatomic Tags None Referenced Files None Subscribers None
Description
Details
|