[libc-commits] [PATCH] D158193: [libc][NFC] Put definitions of stdout and friends into their own object files.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Aug 17 10:29:17 PDT 2023
sivachandra updated this revision to Diff 551182.
sivachandra edited the summary of this revision.
sivachandra added a comment.
Remove the use of function static variables in getopt_test so that it can be a hermetic test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158193/new/
https://reviews.llvm.org/D158193
Files:
libc/src/__support/File/CMakeLists.txt
libc/src/__support/File/linux/CMakeLists.txt
libc/src/__support/File/linux/file.cpp
libc/src/__support/File/linux/file.h
libc/src/__support/File/linux/stderr.cpp
libc/src/__support/File/linux/stdin.cpp
libc/src/__support/File/linux/stdout.cpp
libc/src/stdio/CMakeLists.txt
libc/src/stdio/generic/CMakeLists.txt
libc/src/unistd/CMakeLists.txt
libc/test/src/__support/File/CMakeLists.txt
libc/test/src/__support/File/platform_file_test.cpp
libc/test/src/__support/File/platform_stderr_test.cpp
libc/test/src/__support/File/platform_stdin_test.cpp
libc/test/src/__support/File/platform_stdout_test.cpp
libc/test/src/stdio/CMakeLists.txt
libc/test/src/unistd/CMakeLists.txt
libc/test/src/unistd/getopt_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158193.551182.patch
Type: text/x-patch
Size: 19527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230817/38198396/attachment-0001.bin>
More information about the libc-commits
mailing list