[libc-commits] [libc] [libc] Implement tmpfile and corresponding tests (PR #213396)

Alexey Samsonov via libc-commits libc-commits at lists.llvm.org
Sat Aug 1 09:13:56 PDT 2026


================
@@ -272,6 +272,7 @@ set(TARGET_LIBC_ENTRYPOINTS
     libc.src.stdio.stderr
     libc.src.stdio.stdin
     libc.src.stdio.stdout
+    libc.src.stdio.tmpfile
----------------
vonosmas wrote:

Could you add this to aarc64 and riscv as well, as I think it supposed to work just fine on those platforms as well?

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


More information about the libc-commits mailing list