[libcxx-commits] [libcxx] 285ac8c - [libcxx] Switch to check-runtimes for generic-llvm-libc (#196780)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 10 09:45:51 PDT 2026


Author: Aiden Grossman
Date: 2026-05-10T09:45:46-07:00
New Revision: 285ac8c1a33cae80357bdc3419e9633e700c1d06

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

LOG: [libcxx] Switch to check-runtimes for generic-llvm-libc (#196780)

Added: 
    

Modified: 
    libcxx/utils/ci/run-buildbot

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index 59e4bfe5928b4..6376bc1d3dd5a 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -466,19 +466,7 @@ generic-llvm-libc)
     # Ensure we have the builtins archive built as we pass it in explicitly in
     # the test config.
     ninja -vC "${BUILD_DIR}" libclang_rt.builtins-x86_64.a
-
-    # Manually run only libcxx/libcxxabi tests as we currently cannot build
-    # libunwind due to a missing dl_iterate_phdr implementation.
-    # TODO(boomanaiden154): Remove this once we can build libunwind and pass
-    # the tests.
-    step "Building libc++ test dependencies"
-    ninja -vC "${BUILD_DIR}" cxx-test-depends
-
-    step "Running the libc++ tests"
-    ninja -vC "${BUILD_DIR}" check-cxx
-
-    step "Running the libc++abi tests"
-    ninja -vC "${BUILD_DIR}" check-cxxabi
+    check-runtimes
 ;;
 #
 # Module builds


        


More information about the libcxx-commits mailing list