[libc-commits] [libc] [libc] Implement vasprintf (PR #98824)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Sun Jul 14 11:18:05 PDT 2024
================
@@ -94,6 +94,9 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.stdlib.calloc
libc.src.stdlib.realloc
libc.src.stdlib.free
+
+ libc.src.stdio.vsprintf
----------------
jhuber6 wrote:
Add `# stdio.h external entrypoints` comment for consistency, and add this to the other targets that support `sprintf` and `malloc`.
https://github.com/llvm/llvm-project/pull/98824
More information about the libc-commits
mailing list