[libcxx-commits] [libcxx] [libc++] Simplify features for detecting atomics' support. (PR #75553)
Konstantin Varlamov via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 29 15:29:40 PST 2024
================
@@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
-// XFAIL: !non-lockfree-atomics
+// XFAIL: !has-64-bit-atomics
----------------
var-const wrote:
Thanks! Let's see if it fixes the Windows CI failures.
https://github.com/llvm/llvm-project/pull/75553
More information about the libcxx-commits
mailing list