Files
clang-p2996/compiler-rt/lib/scudo/standalone/mem_map_fuchsia.cpp
Fabio D'Urso 558ab65325 [scudo] Select stricter atomic memory_order in MemMapFuchsia
Previously, all operations were relaxed except for the
atomic_compare_exchange call, which was implicitly acquire (but did not
compile anymore because of the changes in commit
3ef766adda).

In addition to making MemMapFuchsia compile again, this CL selects
memory_order values that better express the intent of the code.

Reviewed By: Chia-hungDuan

Differential Revision: https://reviews.llvm.org/D157097
2023-08-04 18:22:44 +02:00

7.8 KiB