[libcxx-commits] [clang] [libcxx] [clang] [libc++] fix _Atomic c11 compare exchange does not update expected results (PR #78707)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 4 11:06:47 PDT 2025
================
@@ -0,0 +1,65 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
----------------
ldionne wrote:
This is going to require something like
```
// XFAIL: clang-20, apple-clang-15, apple-clang-16
```
https://github.com/llvm/llvm-project/pull/78707
More information about the libcxx-commits
mailing list