You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
3ef766a).
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
0 commit comments