[libc-commits] [libc] [libc][sched] Implement proxy headers for `cpu_set_t`, `struct sched_param` and `sched_macros`. (PR #126303)

via libc-commits libc-commits at lists.llvm.org
Thu Feb 13 15:14:40 PST 2025


================
@@ -205,5 +205,14 @@ add_proxy_header_library(
     libc.include.wchar
 )
 
+add_proxy_header_library(
+  sched_macros
+  HDRS
+    sched_macros.h
+  FULL_BUILD_DEPENDS
+    # libc.include.llvm-libc-macros.sched_macros
----------------
lntue wrote:

you still need the dependency on `libc.include.llvm-libc-macros.sched_macros` in full build mode.

https://github.com/llvm/llvm-project/pull/126303


More information about the libc-commits mailing list