[libc-commits] [libc] [libc] Add struct_sched_param proxy header (PR #151722)
via libc-commits
libc-commits at lists.llvm.org
Fri Aug 1 09:25:55 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:
Can you also add libc.include.sched to its full build dependency?
https://github.com/llvm/llvm-project/pull/151722
More information about the libc-commits
mailing list