[libcxx-commits] [PATCH] D148267: [libcxx] [ci] Run the libcxxabi and libunwind tests in mingw configurations
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 19 03:37:56 PDT 2023
mstorsjo updated this revision to Diff 514895.
mstorsjo added a comment.
Rebased on latest git main; all dependencies should have been merged now, so I'll merge this if CI still is passing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148267/new/
https://reviews.llvm.org/D148267
Files:
libcxx/utils/ci/run-buildbot
Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -625,8 +625,7 @@
-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 @@
-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 @@
-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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148267.514895.patch
Type: text/x-patch
Size: 1135 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230419/a492e432/attachment.bin>
More information about the libcxx-commits
mailing list