[libc-commits] [libc] [libc] Implement tmpfile and corresponding tests (PR #213396)
Vadim Kotov via libc-commits
libc-commits at lists.llvm.org
Wed Aug 5 09:53:19 PDT 2026
================
@@ -249,6 +249,7 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.stdio.stderr
libc.src.stdio.stdin
libc.src.stdio.stdout
+ libc.src.stdio.tmpfile
----------------
vadimkotov wrote:
Done ([commit](https://github.com/llvm/llvm-project/pull/213396/changes/f36c92f22bd5676228ed5530ac1020eb0924f1a8)), but it looks like like no stdio entry points had been added there prior to that. Should we create an issue asking to add all relevant stdio functions?
https://github.com/llvm/llvm-project/pull/213396
More information about the libc-commits
mailing list