[libcxx-commits] [PATCH] D113950: [libcxx] CI: only build native target for bootstrapping-build
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 16 06:19:45 PST 2021
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
Thanks for the improvement!
================
Comment at: libcxx/utils/ci/run-buildbot:479
-DLLVM_RUNTIME_TARGETS="$(c++ --print-target-triple)" \
+ -DLLVM_TARGETS_TO_BUILD="host" \
-DRUNTIMES_BUILD_ALLOW_DARWIN=ON \
----------------
What is the difference between `Native` and `host`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113950/new/
https://reviews.llvm.org/D113950
More information about the libcxx-commits
mailing list