Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
libcxx/utils/ci/run-buildbot
Show First 20 Lines • Show All 491 Lines • ▼ Show 20 Lines | ${CMAKE} \ | ||||
-DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \ | -DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \ | ||||
-DLLVM_ENABLE_PROJECTS="clang" \ | -DLLVM_ENABLE_PROJECTS="clang" \ | ||||
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \ | -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \ | ||||
-DLLVM_RUNTIME_TARGETS="$(c++ --print-target-triple)" \ | -DLLVM_RUNTIME_TARGETS="$(c++ --print-target-triple)" \ | ||||
-DLLVM_TARGETS_TO_BUILD="host" \ | -DLLVM_TARGETS_TO_BUILD="host" \ | ||||
-DRUNTIMES_BUILD_ALLOW_DARWIN=ON \ | -DRUNTIMES_BUILD_ALLOW_DARWIN=ON \ | ||||
-DLLVM_ENABLE_ASSERTIONS=ON \ | -DLLVM_ENABLE_ASSERTIONS=ON \ | ||||
-C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-modules.cmake" \ | -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-modules.cmake" \ | ||||
-DLIBCXX_TEST_CONFIG="llvm-libc++-shared.cfg.in" \ | -DRUNTIMES_LIBCXX_TEST_CONFIG="llvm-libc++-shared.cfg.in" \ | ||||
-DLIBUNWIND_TEST_CONFIG="llvm-libunwind-shared.cfg.in" | -DRUNTIMES_LIBUNWIND_TEST_CONFIG="llvm-libunwind-shared.cfg.in" | ||||
echo "+++ Running the libc++ and libc++abi tests" | echo "+++ Running the libc++ and libc++abi tests" | ||||
${NINJA} -C "${BUILD_DIR}" check-runtimes | ${NINJA} -C "${BUILD_DIR}" check-runtimes | ||||
echo "--- Installing libc++ and libc++abi to a fake location" | echo "--- Installing libc++ and libc++abi to a fake location" | ||||
${NINJA} -C "${BUILD_DIR}" install-runtimes | ${NINJA} -C "${BUILD_DIR}" install-runtimes | ||||
;; | ;; | ||||
legacy-test-config) | legacy-test-config) | ||||
▲ Show 20 Lines • Show All 137 Lines • Show Last 20 Lines |