[libc-commits] [libc] [libc] Add printf error handling (PR #162876)
Marcell Leleszi via libc-commits
libc-commits at lists.llvm.org
Fri Oct 31 12:17:16 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
----------------
mleleszi wrote:
It's needed for printf_core::OVERFLOW_ERROR
https://github.com/llvm/llvm-project/pull/162876
More information about the libc-commits
mailing list