[libcxx-commits] [PATCH] D138005: [libc++abi] Improve performance of __dynamic_cast

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 14 01:39:41 PST 2023


philnik added a comment.

In D138005#4124812 <https://reviews.llvm.org/D138005#4124812>, @Lancern wrote:

> The libcxx CI fails because:
>
> - `git-clang-format` command not found;
> - No `CMAKE_C_COMPILER` could be found;
> - No `CMAKE_CXX_COMPILER` could be found.
>
> See https://buildkite.com/llvm-project/libcxx-ci/builds/18924#018640f1-95a6-4945-89f3-854e959d7e42.
>
> Is this a CI configuration issue? How to solve it?

You have to rebase on top of main.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138005



More information about the libcxx-commits mailing list