[libc-commits] [PATCH] D77861: [libc] Add cmake target for linting libc.
Alex Brachet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Apr 10 19:57:04 PDT 2020
abrachet 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)
----------------
This is quite the dependency. Would it be possible to only require it be built if the installed `clang-tidy` doesn't have llvmlibc-*.
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