[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:18:45 PDT 2021
sivachandra added a comment.
Mixed build - You only pick those parts from LLVM libc which you are interested in and get the rest from the system libc. In this mode, we don't use headers from LLVM libc.
Full build - This mode behaves as if LLVM libc is the only libc. So, we want to ensure that the libc build does not get mixed up with headers from the system libc. The lint step helps us with this.
In mixed build mode, CMake should not warn you about linting at all. Will send a fix soon.
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