[libc-commits] [PATCH] D146001: [libc] enable printf using system FILE
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Mar 21 15:49:38 PDT 2023
michaelrj updated this revision to Diff 507165.
michaelrj marked 5 inline comments as done.
michaelrj added a comment.
address comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146001/new/
https://reviews.llvm.org/D146001
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/src/stdio/CMakeLists.txt
libc/src/stdio/fprintf.cpp
libc/src/stdio/printf.cpp
libc/src/stdio/printf_core/CMakeLists.txt
libc/src/stdio/printf_core/file_writer.cpp
libc/src/stdio/printf_core/file_writer.h
libc/src/stdio/printf_core/vfprintf_internal.cpp
libc/src/stdio/printf_core/vfprintf_internal.h
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/fprintf_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146001.507165.patch
Type: text/x-patch
Size: 17462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230321/d3b3af26/attachment.bin>
More information about the libc-commits
mailing list