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

Krishna Pandey via libc-commits libc-commits at lists.llvm.org
Thu Feb 13 13:44:57 PST 2025


================
@@ -205,5 +205,13 @@ 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
----------------
krishna2803 wrote:

and.. it's still [failing](https://github.com/llvm/llvm-project/actions/runs/13317583680/job/37195252578?pr=126303)

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


More information about the libc-commits mailing list