[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
Tue Nov 16 08:22:56 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG35f798d05d51: [libcxx] CI: only build native target for bootstrapping-build (authored by mizvekov).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113950/new/
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.387656.patch
Type: text/x-patch
Size: 564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211116/2fa04c76/attachment.bin>
More information about the libcxx-commits
mailing list