[libcxx-commits] [PATCH] D103846: [libcxx][atomic] Fix failure mapping in compare_exchange_{strong, weak}.
Jordan Rupprecht via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 14 16:13:09 PDT 2021
rupprecht added a comment.
Thanks! I'll wait for another CI notification to post before landing.
================
Comment at: libcxx/test/std/atomics/atomics.general/replace_failure_order_codegen.sh.cpp:10
+// UNSUPPORTED: libcpp-has-no-threads
+
+// This test verifies behavior specified by [atomics.types.operations.req]/21:
----------------
ldionne wrote:
> You can fix the CI failure by saying `// REQUIRES: clang`.
Ah, thanks for the tip. Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103846/new/
https://reviews.llvm.org/D103846
More information about the libcxx-commits
mailing list