@@ -126,8 +126,9 @@ add_entrypoint_object(
126126 libc.src.stdio.printf_core.printf_main
127127 libc.src.stdio.printf_core.writer
128128 libc.src.stdio.printf_core.core_structs
129- libc.src.stdio.printf_core.error_converter
129+ libc.src.stdio.printf_core.error_mapper
130130 libc.src.__support.libc_errno
131+ libc.src.__support.CPP.limits
131132)
132133
133134add_entrypoint_object(
@@ -140,7 +141,7 @@ add_entrypoint_object(
140141 libc.src.stdio.printf_core.printf_main
141142 libc.src.stdio.printf_core.writer
142143 libc.src.stdio.printf_core.core_structs
143- libc.src.stdio.printf_core.error_converter
144+ libc.src.stdio.printf_core.error_mapper
144145 libc.src.__support.libc_errno
145146)
146147
@@ -153,8 +154,9 @@ add_entrypoint_object(
153154 DEPENDS
154155 libc.src.stdio.printf_core.vasprintf_internal
155156 libc.src.stdio.printf_core.core_structs
156- libc.src.stdio.printf_core.error_converter
157+ libc.src.stdio.printf_core.error_mapper
157158 libc.src.__support.libc_errno
159+ libc.src.__support.CPP.limits
158160)
159161
160162add_entrypoint_object(
@@ -167,7 +169,9 @@ add_entrypoint_object(
167169 libc.src.stdio.printf_core.printf_main
168170 libc.src.stdio.printf_core.writer
169171 libc.src.stdio.printf_core.core_structs
170- libc.src.stdio.printf_core.error_converter
172+ libc.src.stdio.printf_core.error_mapper
173+ libc.src.__support.libc_errno
174+ libc.src.__support.CPP.limits
171175)
172176
173177add_entrypoint_object(
@@ -180,8 +184,9 @@ add_entrypoint_object(
180184 libc.src.stdio.printf_core.printf_main
181185 libc.src.stdio.printf_core.writer
182186 libc.src.stdio.printf_core.core_structs
183- libc.src.stdio.printf_core.error_converter
187+ libc.src.stdio.printf_core.error_mapper
184188 libc.src.__support.libc_errno
189+ libc.src.__support.CPP.limits
185190)
186191
187192add_entrypoint_object(
@@ -193,8 +198,9 @@ add_entrypoint_object(
193198 DEPENDS
194199 libc.src.stdio.printf_core.vasprintf_internal
195200 libc.src.stdio.printf_core.core_structs
196- libc.src.stdio.printf_core.error_converter
201+ libc.src.stdio.printf_core.error_mapper
197202 libc.src.__support.libc_errno
203+ libc.src.__support.CPP.limits
198204)
199205
200206add_subdirectory (printf_core)
0 commit comments