[libc-commits] [libc] [libc] Implement vasprintf (PR #98824)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Sun Jul 14 11:23:27 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
----------------
SchrodingerZhu wrote:

Can you group this with other stdio entrypoints?

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


More information about the libc-commits mailing list