[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:55 PDT 2026


================
@@ -66,3 +66,13 @@ add_entrypoint_object(
     libc.hdr.types.FILE
     libc.src.__support.File.platform_file
 )
+
+add_entrypoint_object( tmpfile
----------------
vonosmas wrote:

Formatting nit: move "tmpfile" to the next line

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


More information about the libc-commits mailing list