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


================
@@ -66,3 +66,13 @@ add_entrypoint_object(
     libc.hdr.types.FILE
     libc.src.__support.File.platform_file
 )
+
+add_entrypoint_object( tmpfile
+  SRCS
+    tmpfile.cpp
+  HDRS
+    ../tmpfile.h
+  DEPENDS
+    libc.hdr.types.FILE
----------------
vadimkotov wrote:

Done ([commit](https://github.com/llvm/llvm-project/pull/213396/changes/e987a898437837e81f2945ab9a4dccf3a880ea6e))

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


More information about the libc-commits mailing list