aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2022-08-03 12:23:53 -0400
committerTom Stellard <tstellar@redhat.com>2022-08-08 13:29:17 -0700
commitba25a5d6dd717928512aa1181f37ab87a9d16b93 (patch)
treeddc131e4d746dce2b501764e742a694c2a39de3b
parent1f9561096d893fe68c818e555e0590405e375978 (diff)
downloadllvm-ba25a5d6dd717928512aa1181f37ab87a9d16b93.zip
llvm-ba25a5d6dd717928512aa1181f37ab87a9d16b93.tar.gz
llvm-ba25a5d6dd717928512aa1181f37ab87a9d16b93.tar.bz2
[libc++] Mark -fexperimental-library test as unsupported on another AppleClang
(cherry picked from commit 144cea2ce9b9536acaf2a7513b9fdccfd3880db9)
-rw-r--r--libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp2
1 files changed, 1 insertions, 1 deletions
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).