[all-commits] [llvm/llvm-project] e908f6: [libc] Fix WEOF and fix 1'000'000 error messages o...
William Huynh via All-commits
all-commits at lists.llvm.org
Fri Jul 11 01:35:26 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e908f6131e70394023fd6c5fab7fb10c16c184ed
https://github.com/llvm/llvm-project/commit/e908f6131e70394023fd6c5fab7fb10c16c184ed
Author: William Huynh <William.Huynh at arm.com>
Date: 2025-07-11 (Fri, 11 Jul 2025)
Changed paths:
M libc/include/llvm-libc-macros/wchar-macros.h
M libc/test/src/math/smoke/RoundToIntegerTest.h
Log Message:
-----------
[libc] Fix WEOF and fix 1'000'000 error messages on test failure (#147928)
1. WEOF is defined as a `wint_t` by the C standard. On certain
architectures, the test won't compile on `-Wall`. This fixes it.
2. If `testSubnormalRange` fails, it will spit out way too many error
messages, which overwhelms my test environment. I reduce this to 1k for
now.
This is required for #145349
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list