summaryrefslogtreecommitdiff
path: root/libcxx/utils
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2023-04-05 15:25:09 +0300
committerMartin Storsjö <martin@martin.st>2023-04-19 19:21:05 +0300
commit57738ba57a64f0528fc92fd689c71c8d83e88009 (patch)
treec0eaf0b197beb2bfbe2d401f2bed01f788ecec70 /libcxx/utils
parentda816c2985263f108e852adc99c31b6775096010 (diff)
downloadllvm-57738ba57a64f0528fc92fd689c71c8d83e88009.tar.gz
[libcxx] [ci] Run the libcxxabi and libunwind tests in mingw configurations
The check-runtimes function runs check-cxx, check-cxxabi and check-unwind. Differential Revision: https://reviews.llvm.org/D148267
Diffstat (limited to 'libcxx/utils')
-rwxr-xr-xlibcxx/utils/ci/run-buildbot9
1 files changed, 3 insertions, 6 deletions
diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index 15b8688bb8a8..c8c6e3cae697 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -625,8 +625,7 @@ mingw-dll)
-DCMAKE_C_COMPILER=x86_64-w64-mingw32-clang \
-DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-clang++ \
-C "${MONOREPO_ROOT}/libcxx/cmake/caches/MinGW.cmake"
- echo "+++ Running the libc++ tests"
- ${NINJA} -vC "${BUILD_DIR}" check-cxx
+ check-runtimes
;;
mingw-static)
clean
@@ -636,8 +635,7 @@ mingw-static)
-C "${MONOREPO_ROOT}/libcxx/cmake/caches/MinGW.cmake" \
-DLIBCXX_ENABLE_SHARED=OFF \
-DLIBUNWIND_ENABLE_SHARED=OFF
- echo "+++ Running the libc++ tests"
- ${NINJA} -vC "${BUILD_DIR}" check-cxx
+ check-runtimes
;;
mingw-dll-i686)
clean
@@ -645,8 +643,7 @@ mingw-dll-i686)
-DCMAKE_C_COMPILER=i686-w64-mingw32-clang \
-DCMAKE_CXX_COMPILER=i686-w64-mingw32-clang++ \
-C "${MONOREPO_ROOT}/libcxx/cmake/caches/MinGW.cmake"
- echo "+++ Running the libc++ tests"
- ${NINJA} -vC "${BUILD_DIR}" check-cxx
+ check-runtimes
;;
aix)
clean