[libcxx-commits] [PATCH] D121276: [CMake] Include runtimes test suites in check-all

Kamau Bridgeman via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 26 10:35:24 PDT 2022


kamaub added a comment.

@phosek Pinging this patch, our builders which run `check-all` and expect `compiler-rt`, enabled as a runtime with `-DLLVM_ENABLE_RUNTIMES=compiler-rt`, to be covered in testing are not doing this and are still being affected by this changeset. 
clang-ppc64le-rhel <https://lab.llvm.org/buildbot/#/builders/57> and clang-ppc64-aix <https://lab.llvm.org/buildbot/#/builders?tags=%2Bppc:~:text=Workers-,clang%2Dppc64%2Daix,-2530> are not currently testing compiler-rt because of this change. 
clang-ppc64le-linux-test-suite <https://lab.llvm.org/buildbot/#/builders?tags=%2Bppc:~:text=clang%2Dppc64le%2Dlinux%2Dtest%2Dsuite> enables compiler-rt as a project with `-DLLVM_ENABLE_PROJECTS=compiler-rt` and test it under `check-all` as expected.
Before this, both bots would test compiler-rt under `check-all`. Could you please take a look at this?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121276/new/

https://reviews.llvm.org/D121276



More information about the libcxx-commits mailing list