[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
Mon Mar 29 01:37:05 PDT 2021
phosek added inline comments.
================
Comment at: libcxx/utils/ci/run-buildbot:362
+ -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
+ -DLLVM_RUNTIME_TARGETS="x86_64-unknown-linux"
+
----------------
phosek wrote:
> I'd use a full canonical target.
Turns out this is actually the reason for some of the failing tests. There are some directives in tests that check for `linux-gnu` but if you use just `x86_64-unknown-linux` those aren't matched.
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