[libc-commits] [PATCH] D126831: [libc] add printf
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jun 14 12:08:14 PDT 2022
michaelrj updated this revision to Diff 436879.
michaelrj marked 2 inline comments as done.
michaelrj added a comment.
I split the file handling rewrite into its own separate patch after addressing the comments (https://reviews.llvm.org/D127773), this is now just adding true printf.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126831/new/
https://reviews.llvm.org/D126831
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/src/stdio/CMakeLists.txt
libc/src/stdio/printf.cpp
libc/src/stdio/printf.h
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/printf_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126831.436879.patch
Type: text/x-patch
Size: 4729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220614/3e0cd112/attachment.bin>
More information about the libc-commits
mailing list