This is a follow up on https://reviews.llvm.org/D101528
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with one additional suggestion.
libc/CMakeLists.txt | ||
---|---|---|
47–50 | May be add something like this below this line: if(LLVM_LIBC_ENABLE_LINTING AND (NOT LLVM_LIBC_FULL_BUILD)) message(FATAL_ERROR "Cannot enable linting when full libc build is not enabled.") endif() Linting, as implemented currently, is meaningless when not using LLVM libc headers. |
Comment Actions
This causes at least one builder to fail so it's probably is misconfiguration
https://lab.llvm.org/buildbot/#/builders/138/builds/4406
May be add something like this below this line:
Linting, as implemented currently, is meaningless when not using LLVM libc headers.