Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work around llvm 12's memory ordering restrictions. #98385

Merged
merged 1 commit into from
Jun 26, 2022

Commits on Jun 22, 2022

  1. Work around llvm 12's memory ordering restrictions.

    Older llvm has the pre-C++17 restriction on success and failure memory
    ordering, requiring the former to be at least as strong as the latter.
    So, for llvm 12, this upgrades the success ordering to a stronger one if
    necessary.
    m-ou-se committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9033576 View commit details
    Browse the repository at this point in the history