[libcxx-commits] [PATCH] D141294: [libc++] Enable clang-tidy from the buildkite pipeline instead of hard-coding it in run-buildbot

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 11 12:28:20 PST 2023


ldionne added a comment.

In D141294#4036972 <https://reviews.llvm.org/D141294#4036972>, @philnik wrote:

> The problem is that on some platforms (like Ubuntu) this hard-errors when CMake tries to load the config without the dev package because there are libraries listed which don't actually exist, which means that it's impossible to even build libc++ without them.

Can we add a workaround that tries to detect this case from CMake instead?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141294



More information about the libcxx-commits mailing list