[libc-commits] [libc] [libc] Add printf error handling (PR #162876)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Mon Nov 3 12:18:17 PST 2025
jhuber6 wrote:
Missing this I suppose, not all platform support the same set of errno flags.
```
/home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.src/libc/test/src/stdio/snprintf_test.cpp:75:19: error: use of undeclared identifier 'EOVERFLOW'
75 | ASSERT_ERRNO_EQ(EOVERFLOW);
| ^~~~~~~~~
```
https://github.com/llvm/llvm-project/pull/162876
More information about the libc-commits
mailing list