[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
================
@@ -11,6 +11,8 @@
#include "src/__support/File/file.h"
#include "src/__support/arg_list.h"
#include "src/__support/macros/config.h"
+#include "src/stdio/printf_core/core_structs.h"
----------------
michaelrj-google wrote:
this doesn't seem to need `core_structs` but it does need `"src/__support/CPP/limits.h"`. Same in a couple places.
https://github.com/llvm/llvm-project/pull/162876
More information about the libc-commits
mailing list