[clang] [llvm] [clang][ci] Move libc++ testing into the main PR pipeline (PR #93318)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 11:50:40 PDT 2024


================
@@ -178,6 +194,15 @@ function check-targets() {
     cross-project-tests)
       echo "check-cross-project"
     ;;
+    libcxx)
+      echo "check-cxx"
+    ;;
+    libcxxabi)
+      echo "check-cxxabi"
+    ;;
+    libunwind)
+      echo "check-unwind"
----------------
tstellar wrote:

OK, makes sense.

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


More information about the llvm-commits mailing list