[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
Wed Oct 2 05:54:27 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:

I will merge this because we want to cherry-pick onto LLVM 19 and it's better to have this test for most platforms than for none of them, but I would really appreciate if we could address this in a follow-up.

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


More information about the libcxx-commits mailing list