Skip to content
Snippets Groups Projects
Commit 63b97430 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

llvmGen: Fix relaxed ordering

Previously I used LLVM's `unordered` ordering for the C11 `relaxed`
ordering. However, this is wrong and should rather use the LLVM
`monotonic` ordering.

Fixes #22640
parent c264b06b
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment