[libc-commits] [PATCH] D151155: [libc] Add an option to make `libc` only build the `libc-hdrgen` tool
Artem Belevich via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon May 22 14:40:50 PDT 2023
tra added a comment.
Is libc-hdrgen the only target that's supposed to be built? I find it puzzling that LIBC_HDRGEN_ONLY enables/disables the same early return which is normally controlled by the runtime/project level knob. I mean -- it appears to enable way more than just libc-hdrgen.
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