[libc-commits] [libc] [libc] Add tmpnam implementation (PR #204901)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Tue Sep 1 04:01:01 PDT 2026
================
@@ -1444,6 +1444,7 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.stdio.stdin
libc.src.stdio.stdout
libc.src.stdio.ungetc
+ libc.src.stdio.tmpnam
----------------
kaladron wrote:
Does this have any dependencies on things that aren't in the overlay mode? My guess is no, and that this could be enabled there too.
https://github.com/llvm/llvm-project/pull/204901
More information about the libc-commits
mailing list