[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 09:47:51 PDT 2023


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

Mark more tests are hermetic only.


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158193.551176.patch
Type: text/x-patch
Size: 17900 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230817/330ef462/attachment-0001.bin>


More information about the libc-commits mailing list