[libcxx-commits] [PATCH] D113683: [libc++] Allow running the bootstrapping CI build on Darwin
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 11 11:12:59 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3016ceb30d12: [libc++] Allow running the bootstrapping CI build on Darwin (authored by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113683/new/
https://reviews.llvm.org/D113683
Files:
libcxx/utils/ci/run-buildbot
Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -475,7 +475,8 @@
-DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \
-DLLVM_ENABLE_PROJECTS="clang" \
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
- -DLLVM_RUNTIME_TARGETS="x86_64-unknown-linux-gnu" \
+ -DLLVM_RUNTIME_TARGETS="$(c++ --print-target-triple)" \
+ -DRUNTIMES_BUILD_ALLOW_DARWIN=ON \
-DLLVM_ENABLE_ASSERTIONS=ON \
-C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-modules.cmake" \
-DLIBCXX_TEST_CONFIG="llvm-libc++-shared.cfg.in" \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113683.386600.patch
Type: text/x-patch
Size: 698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211111/3b67135e/attachment.bin>
More information about the libcxx-commits
mailing list