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

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Thu Feb 13 13:24:42 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
----------------
nickdesaulniers wrote:

Can you test adding a line here:

```suggestion
    libc.include.sched
```
It's ultimately not correct, but @michaelrj-google and I have a hypothesis that anchoring a dependency in libc/config/{OS}/{ARCH}/entrypoints.txt has a race for fullbuild when using scudo.

Please just add a commit on top with that one line change; if it doesn't pass presubmit, we can drop it+force push.

If it does, we can merge this PR and file a bug/todo about looking into that race.

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


More information about the libc-commits mailing list