[libc-commits] [libc] [libc] Add struct_sched_param proxy header (PR #151722)
via libc-commits
libc-commits at lists.llvm.org
Fri Aug 1 10:03:21 PDT 2025
================
@@ -451,3 +451,11 @@ add_proxy_header_library(
libc.include.llvm-libc-types.ACTION
libc.include.search
)
+
+add_proxy_header_library(
+ struct_sched_param
+ HDRS
+ struct_sched_param.h
+ FULL_BUILD_DEPENDS
+ libc.include.llvm-libc-types.struct_sched_param
----------------
lntue wrote:
The idea is so that in full build mode, it will bring in our own generated `sched.h` header, and forcing some build ordering with those generated headers. All the proxy headers should have that in their full build dependency. Sorry we might have not enforced that consistently. Can you also add that for something like `cpu_set_t` also? Thanks,
https://github.com/llvm/llvm-project/pull/151722
More information about the libc-commits
mailing list