[libcxx-commits] [libcxx] [libc++] Fix name of is_always_lock_free test which was never being run (PR #106077)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 1 09:09:07 PDT 2024
================
@@ -5,8 +5,9 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
-//
+
// UNSUPPORTED: c++03, c++11, c++14
+// XFAIL: LIBCXX-PICOLIBC-FIXME
----------------
ldionne wrote:
@domin144 @mplatings I don't quite understand why this fails. There seems to be missing the `__atomic_is_lock_free` intrinsic on the Picolibc setup, but the other atomic tests are working. Could you take a look?
https://github.com/llvm/llvm-project/pull/106077
More information about the libcxx-commits
mailing list