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

Sirui Mu via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 13 18:20:26 PST 2023


Lancern added a comment.

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?


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