[libc-commits] [libc] [libc][Semaphore] Add public sem_t type and entry (PR #213489)
Alexey Samsonov via libc-commits
libc-commits at lists.llvm.org
Tue Aug 11 12:51:31 PDT 2026
================
@@ -112,6 +112,15 @@ add_proxy_header_library(
libc.include.llvm-libc-macros.sched_macros
)
+add_proxy_header_library(
+ semaphore_macros
+ HDRS
+ semaphore_macros.h
+ FULL_BUILD_DEPENDS
+ libc.include.llvm-libc-macros.semaphore_macros
+ libc.include.semaphore
----------------
vonosmas wrote:
Do you need to depend on semaphore header itself, or just the semaphore_macros?
https://github.com/llvm/llvm-project/pull/213489
More information about the libc-commits
mailing list