[Openmp-commits] [clang] [lld] [lldb] [flang] [mlir] [llvm] [libcxx] [libc] [openmp] [compiler-rt] [clang-tools-extra] [libc++][format] P2637R3: Member `visit` (`std::basic_format_arg`) (PR #76449)

Mark de Wever via Openmp-commits openmp-commits at lists.llvm.org
Sat Jan 20 11:35:51 PST 2024


================
@@ -7,7 +7,8 @@
 
 // UNSUPPORTED: c++03, c++11, c++14, c++17, c++20, c++23
 // UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME
-// XFAIL: clang-16 || clang-17
+// The tested functionality needs deducing this.
+// UNSUPPORTED: clang-16 || clang-17 || apple-clang
----------------
mordante wrote:

please xfail apple-clang in all these tests.

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


More information about the Openmp-commits mailing list