[libc-commits] [libc] [wip] [libc] Implement vasprintf (PR #98824)
Tsz Chan via libc-commits
libc-commits at lists.llvm.org
Sat Jul 20 08:05:45 PDT 2024
================
@@ -94,6 +94,10 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.stdlib.calloc
libc.src.stdlib.realloc
libc.src.stdlib.free
+
+ # stdio.h external entrypoints
+ libc.src.stdio.vsprintf
----------------
tszhin-swe wrote:
what do you mean by sprint is already allocated? I don't think its in the entry point.txt
https://github.com/llvm/llvm-project/pull/98824
More information about the libc-commits
mailing list