[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
Mon Feb 14 21:32:54 PST 2022
sivachandra updated this revision to Diff 408704.
sivachandra added a comment.
Add the file_test to libc_support_unittests suite.
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.408704.patch
Type: text/x-patch
Size: 29270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220215/25a0141a/attachment-0001.bin>
More information about the libc-commits
mailing list