================
@@ -0,0 +1,70 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// https://github.com/llvm/llvm-project/issues/30023
+// compare exchange does not work with types of which the size is not a power 
of 2
+
+// XFAIL: clang-20, clang-21, apple-clang-15, apple-clang-16, apple-clang-17
----------------
huixie90 wrote:

Discussed with @ldionne offline. We agreed to `UNSUPPORTED: clang-22` as 
suggested with a TODO. once libc++'s CI's docker image is updated with clang 
with this patch, we can re-enable the test

https://github.com/llvm/llvm-project/pull/78707
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to