[libcxx-commits] [PATCH] D113950: [libcxx] CI: only build native target for bootstrapping-build
Matheus Izvekov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 15 15:36:00 PST 2021
mizvekov created this revision.
Herald added a subscriber: arichardson.
mizvekov requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Signed-off-by: Matheus Izvekov <mizvekov at gmail.com>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D113950
Files:
libcxx/utils/ci/run-buildbot
Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -476,6 +476,7 @@
-DLLVM_ENABLE_PROJECTS="clang" \
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
-DLLVM_RUNTIME_TARGETS="$(c++ --print-target-triple)" \
+ -DLLVM_TARGETS_TO_BUILD="host" \
-DRUNTIMES_BUILD_ALLOW_DARWIN=ON \
-DLLVM_ENABLE_ASSERTIONS=ON \
-C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-modules.cmake" \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113950.387427.patch
Type: text/x-patch
Size: 564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211115/409c196a/attachment.bin>
More information about the libcxx-commits
mailing list