mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
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