[llvm-branch-commits] [libcxx] ba25a5d - [libc++] Mark -fexperimental-library test as unsupported on another AppleClang

Tom Stellard via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Aug 8 15:38:19 PDT 2022


Author: Louis Dionne
Date: 2022-08-08T13:29:17-07:00
New Revision: ba25a5d6dd717928512aa1181f37ab87a9d16b93

URL: https://github.com/llvm/llvm-project/commit/ba25a5d6dd717928512aa1181f37ab87a9d16b93
DIFF: https://github.com/llvm/llvm-project/commit/ba25a5d6dd717928512aa1181f37ab87a9d16b93.diff

LOG: [libc++] Mark -fexperimental-library test as unsupported on another AppleClang

(cherry picked from commit 144cea2ce9b9536acaf2a7513b9fdccfd3880db9)

Added: 
    

Modified: 
    libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp b/libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
index c04dd5abb1d30..c58de9c6d4764 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).


        


More information about the llvm-branch-commits mailing list