[libc-commits] [PATCH] D101528: [libc] Fix linting for string	functions
    Siva Chandra via Phabricator via libc-commits 
    libc-commits at lists.llvm.org
       
    Thu Apr 29 09:06:19 PDT 2021
    
    
  
sivachandra added a comment.
Ah, you are probably doing a mixed build with linting enabled. I think that is a bug in the CMake logic. It should not allow you to switch on linting in mixed build mode (mixed build mode is the default mode). Linting should be on only in full build mode.
FWIW, we have full build builders on the public buildbot which build with linting enabled. Example: https://lab.llvm.org/buildbot/#/builders/163
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101528/new/
https://reviews.llvm.org/D101528
    
    
More information about the libc-commits
mailing list