[libc-commits] [libc] [libc] Add proxy headers to handle memory allocation associated with the header `#include <stdlib.h> (PR #114690)

via libc-commits libc-commits at lists.llvm.org
Sat Nov 2 18:58:59 PDT 2024


================
@@ -23,6 +23,16 @@ function(add_proxy_header_library target_name)
   )
 endfunction()
 
+add_proxy_header_library(
+  aligned_alloc
+  HDRS
+    aligned_alloc.h
+  DEPENDS
+    .stdlib_overlay
----------------
lntue wrote:

nit: move this target after `stdlib_overlay` target.

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


More information about the libc-commits mailing list