[all-commits] [llvm/llvm-project] d2024b: [libc][Fix] Move generic stdio implementations to ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Aug 9 13:32:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d2024bbce3720e47dd0c5d8bdc1e4f77b639e0e4
      https://github.com/llvm/llvm-project/commit/d2024bbce3720e47dd0c5d8bdc1e4f77b639e0e4
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-08-09 (Wed, 09 Aug 2023)

  Changed paths:
    M libc/src/stdio/CMakeLists.txt
    R libc/src/stdio/fputs.cpp
    A libc/src/stdio/generic/CMakeLists.txt
    A libc/src/stdio/generic/fputs.cpp
    A libc/src/stdio/generic/puts.cpp
    A libc/src/stdio/generic/stderr.cpp
    A libc/src/stdio/generic/stdin.cpp
    A libc/src/stdio/generic/stdout.cpp
    R libc/src/stdio/puts.cpp
    R libc/src/stdio/stderr.cpp
    R libc/src/stdio/stdin.cpp
    R libc/src/stdio/stdout.cpp

  Log Message:
  -----------
  [libc][Fix] Move generic stdio implementations to a new directory

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.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D157544




More information about the All-commits mailing list