[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:49:29 PDT 2024
================
@@ -132,8 +132,9 @@ add_header_library(
libc.src.__support.arg_list
libc.src.stdio.printf_core.printf_main
libc.src.stdio.printf_core.writer
- libc.src.stdlib.malloc
- libc.src.stdlib.realloc
+ libc.hdr.malloc
----------------
lntue wrote:
nit: move the `libc.hdr` above `libc.src`.
https://github.com/llvm/llvm-project/pull/114690
More information about the libc-commits
mailing list