[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:48:12 PDT 2024
================
@@ -152,6 +162,16 @@ add_proxy_header_library(
libc.include.float
)
+add_proxy_header_library(
+ free
+ HDRS
+ free.h
+ DEPENDS
+ .stdlib_overlay.h
----------------
lntue wrote:
`.stdlib_overlay`
https://github.com/llvm/llvm-project/pull/114690
More information about the libc-commits
mailing list