[libc-commits] [PATCH] D77861: [libc] Add cmake target for linting libc.
Paula Toth via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Apr 15 00:30:05 PDT 2020
PaulkaToast marked 2 inline comments as done.
PaulkaToast added inline comments.
================
Comment at: libc/CMakeLists.txt:22
+if("clang-tools-extra" IN_LIST LLVM_ENABLE_PROJECTS
+ AND "clang" IN_LIST LLVM_ENABLE_PROJECTS)
----------------
abrachet wrote:
> This is quite the dependency. Would it be possible to only require it be built if the installed `clang-tidy` doesn't have llvmlibc-*.
There is now an opt-out available and the linting step will be run on the buildbots as well. (:
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77861/new/
https://reviews.llvm.org/D77861
More information about the libc-commits
mailing list