[libc-commits] [libc] [libc] Add printf error handling (PR #162876)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Fri Oct 31 10:04:21 PDT 2025


================
@@ -29,8 +29,11 @@ add_entrypoint_object(
   DEPENDS
     libc.src.stdio.printf_core.printf_main
     libc.src.stdio.printf_core.writer
+    libc.src.stdio.printf_core.error_converter
+    libc.src.stdio.printf_core.core_structs
----------------
michaelrj-google wrote:

it looks like `core_structs` isn't needed anymore

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


More information about the libc-commits mailing list