[libc-commits] [PATCH] D77861: [libc] Add cmake target for linting libc.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Apr 15 12:36:46 PDT 2020


sivachandra added inline comments.


================
Comment at: libc/CMakeLists.txt:22
 
+option(LLVM_ENABLE_LINTING "Enables linting of libc source files" ON)
+if(LLVM_ENABLE_LINTING)
----------------
Sorry, one more nit: can we call this `LLVM_LIBC_ENABLE_LINTING` as this is really libc specific?


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