[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
Sun Nov 3 10:31:34 PST 2024


================
@@ -387,6 +387,7 @@ if(LLVM_LIBC_FULL_BUILD)
       libc.src.stdlib.exit
       libc.src.stdlib.atexit
       libc.src.__support.CPP.array
+      libc.hdr.func._Exit 
----------------
lntue wrote:

put `libc.hdr` above `libc.src` and probably remove `libc.include.stdlib`

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


More information about the libc-commits mailing list