[libc-commits] [libc] [libc] Implement strftime (PR #111305)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Nov 12 11:29:09 PST 2024
================
@@ -1,6 +1,6 @@
-if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
- add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
-endif()
+# if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
+# add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
+# endif()
----------------
michaelrj-google wrote:
why was this removed?
https://github.com/llvm/llvm-project/pull/111305
More information about the libc-commits
mailing list