[libcxx-commits] [PATCH] D97888: [libc++] Add a CI job to test the Runtimes build
Petr Hosek via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 3 16:21:49 PST 2021
phosek accepted this revision.
phosek added a comment.
LGTM, in the future we may also consider having a build only for runtimes without Clang (that is using `${MONOREPO_ROOT}/runtimes` as the top-level CMake directory).
================
Comment at: libcxx/utils/ci/run-buildbot:362
+ -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
+ -DLLVM_RUNTIME_TARGETS="x86_64-unknown-linux"
+
----------------
I'd use a full canonical target.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97888/new/
https://reviews.llvm.org/D97888
More information about the libcxx-commits
mailing list