Skip to content

Commit

Permalink
[libcxx] [ci] Run the libcxxabi and libunwind tests in mingw configur…
Browse files Browse the repository at this point in the history
…ations

The check-runtimes function runs check-cxx, check-cxxabi and check-unwind.

Differential Revision: https://reviews.llvm.org/D148267
  • Loading branch information
mstorsjo committed Apr 19, 2023
1 parent da816c2 commit 57738ba
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions libcxx/utils/ci/run-buildbot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -636,17 +635,15 @@ 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
generate-cmake \
-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
Expand Down

0 comments on commit 57738ba

Please sign in to comment.