[libcxx-commits] [libcxx] [libc++] Fix name of is_always_lock_free test which was never being run (PR #106077)

Michael Platings via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 2 00:45:02 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
----------------
mplatings wrote:

@DavidSpickett 

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


More information about the libcxx-commits mailing list