From 144cea2ce9b9536acaf2a7513b9fdccfd3880db9 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 3 Aug 2022 12:23:53 -0400 Subject: [PATCH] [libc++] Mark -fexperimental-library test as unsupported on another AppleClang --- libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp b/libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp index c04dd5a..c58de9c 100644 --- a/libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp +++ b/libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp @@ -16,7 +16,7 @@ // UNSUPPORTED: clang-13, clang-14 // AppleClang does not support the -fexperimental-library flag yet -// UNSUPPORTED: apple-clang-13 +// UNSUPPORTED: apple-clang-13, apple-clang-14.0 // Clang on AIX currently pretends that it is Clang 15, even though it is not (as of writing // this, LLVM 15 hasn't even been branched yet). -- 2.7.4