[libc-commits] [libc] [libc]: Implement strfrom* functions and utils (PR #85438)

Vinayak Dev via libc-commits libc-commits at lists.llvm.org
Tue Mar 19 02:04:47 PDT 2024


================
@@ -52,6 +52,28 @@ add_entrypoint_object(
     libc.config.linux.app_h
 )
 
+add_entrypoint_object(
+  strfromf
+  SRCS
+    strfromf.cpp
+  HDRS
+    strfromf.h
+  DEPENDS
+    .str_from_util
+)
+
+add_header_library(
+  str_from_util
+  HDRS
+    str_from_util.h
+  DEPENDS
+    libc.src.stdio.printf_core.converter_atlas
----------------
vinayakdsci wrote:

Ok, understood.

https://github.com/llvm/llvm-project/pull/85438


More information about the libc-commits mailing list