[libc-commits] [libc] [libc][annex_k] Add constraint_handler_t. (PR #163239)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Fri Mar 20 04:51:25 PDT 2026


================
@@ -170,6 +170,14 @@ add_proxy_header_library(
     libc.include.fcntl
 )
 
+add_proxy_header_library(
+  constraint_handler_t
+  HDRS
+    constraint_handler_t.h
+  FULL_BUILD_DEPENDS
+    libc.include.llvm-libc-types.constraint_handler_t
+)
----------------
vhscampos wrote:

It should DEPEND on `libc.include.stdlib` because of the overlay mode.

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


More information about the libc-commits mailing list