[libc-commits] [libc] [libc] Add simple features.h with implementation macro (PR #69402)
via libc-commits
libc-commits at lists.llvm.org
Wed Oct 18 10:13:59 PDT 2023
================
@@ -19,3 +19,9 @@ set(TARGET_PUBLIC_HEADERS
libc.include.time
libc.include.unistd
)
+
+if(LLVM_LIBC_FULL_BUILD)
----------------
michaelrj-google wrote:
this doesn't need to be under `if(fullbuild)` since the headers are only generated during fullbuild.
https://github.com/llvm/llvm-project/pull/69402
More information about the libc-commits
mailing list