[libc-commits] [PATCH] D146001: [libc] enable printf using system FILE

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Mar 20 11:52:56 PDT 2023


michaelrj updated this revision to Diff 506673.
michaelrj marked 2 inline comments as done.
michaelrj added a comment.

move vfprintf_internal and file_writer to templates


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.506673.patch
Type: text/x-patch
Size: 17439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230320/6d2818f0/attachment-0001.bin>


More information about the libc-commits mailing list