[libcxx-commits] [libcxx] [libc++] Implement C++20 atomic_ref (PR #76647)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 3 13:37:37 PDT 2024


================
@@ -6,6 +6,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++03, c++11, c++14, c++17
+// UNSUPPORTED: no-threads
----------------
EricWF wrote:

What occurs when you run these tests at the moment?

Do they hang forever? Do we expect them to fail (and should consider `XFAIL`)?

https://github.com/llvm/llvm-project/pull/76647


More information about the libcxx-commits mailing list