[libc-commits] [PATCH] D157544: [libc][Fix] Move generic stdio implementations to a new directory

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 9 13:09:05 PDT 2023


jhuber6 created this revision.
jhuber6 added reviewers: sivachandra, lntue, michaelrj.
Herald added projects: libc-project, All.
Herald added a subscriber: libc-commits.
jhuber6 requested review of this revision.

For whatever reason, the CMake did not like having the `generic_`
version live in the same directory. This patch pushes them to a new
directory, which is probably clearer anyway.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157544

Files:
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/fputs.cpp
  libc/src/stdio/generic/CMakeLists.txt
  libc/src/stdio/generic/fputs.cpp
  libc/src/stdio/generic/puts.cpp
  libc/src/stdio/generic/stderr.cpp
  libc/src/stdio/generic/stdin.cpp
  libc/src/stdio/generic/stdout.cpp
  libc/src/stdio/puts.cpp
  libc/src/stdio/stderr.cpp
  libc/src/stdio/stdin.cpp
  libc/src/stdio/stdout.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157544.548753.patch
Type: text/x-patch
Size: 7828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230809/50270e45/attachment-0001.bin>


More information about the libc-commits mailing list