[libc-commits] [PATCH] D151155: [libc] Add an option to make `libc` only build the `libc-hdrgen` tool

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon May 22 14:22:38 PDT 2023


michaelrj added inline comments.


================
Comment at: libc/CMakeLists.txt:32
+if("libc" IN_LIST LLVM_ENABLE_RUNTIMES AND NOT LLVM_RUNTIMES_BUILD OR 
+   LIBC_HDRGEN_ONLY)
   # When libc is build as part of the runtimes/bootstrap build's CMake run, we
----------------
nit: having some parentheses here would help clarify what the actual condition is.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151155/new/

https://reviews.llvm.org/D151155



More information about the libc-commits mailing list