[libc-commits] [PATCH] D157544: [libc][Fix] Move generic stdio implementations to a new directory
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Aug 9 13:19:54 PDT 2023
michaelrj accepted this revision.
michaelrj added a comment.
This revision is now accepted and ready to land.
LGTM with nit
================
Comment at: libc/src/stdio/CMakeLists.txt:24
endif()
+add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/generic)
----------------
shouldn't this be in an `else` with the above condition?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157544/new/
https://reviews.llvm.org/D157544
More information about the libc-commits
mailing list