[all-commits] [llvm/llvm-project] 558ab6: [scudo] Select stricter atomic memory_order in Mem...
fabio-d via All-commits
all-commits at lists.llvm.org
Fri Aug 4 09:31:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 558ab653257fc8b5c1a499ddeb4319821cc170da
https://github.com/llvm/llvm-project/commit/558ab653257fc8b5c1a499ddeb4319821cc170da
Author: Fabio D'Urso <fdurso at google.com>
Date: 2023-08-04 (Fri, 04 Aug 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/mem_map_fuchsia.cpp
Log Message:
-----------
[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
3ef766addadd8324f58c0fda0301edcde2185cb3).
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
More information about the All-commits
mailing list