[libc-commits] [PATCH] D119458: [libc] Add a platform independent buffered file IO data structure.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Feb 11 09:56:56 PST 2022


sivachandra updated this revision to Diff 407931.
sivachandra added a comment.

Add more tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119458/new/

https://reviews.llvm.org/D119458

Files:
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-macros/CMakeLists.txt
  libc/include/llvm-libc-macros/stdio-macros.h
  libc/include/stdio.h.def
  libc/src/__support/CMakeLists.txt
  libc/src/__support/File/CMakeLists.txt
  libc/src/__support/File/file.cpp
  libc/src/__support/File/file.h
  libc/test/src/__support/CMakeLists.txt
  libc/test/src/__support/File/CMakeLists.txt
  libc/test/src/__support/File/file_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119458.407931.patch
Type: text/x-patch
Size: 27825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220211/592ef093/attachment-0001.bin>


More information about the libc-commits mailing list