diff options
author | Zibi Sarbinowski <zibi@ca.ibm.com> | 2024-11-13 14:39:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-13 14:39:57 -0500 |
commit | e25e8867348953c17fa0d0b79f43bde758ad8b37 (patch) | |
tree | f0ca2e602a06e875bf6ff7e5db0af8ebd87bd3c6 /llvm/lib/CodeGen/MachineModuleInfoImpls.cpp | |
parent | 62441b9f30a65b2708697f06333cb8bc777cebe9 (diff) | |
download | llvm-e25e8867348953c17fa0d0b79f43bde758ad8b37.zip llvm-e25e8867348953c17fa0d0b79f43bde758ad8b37.tar.gz llvm-e25e8867348953c17fa0d0b79f43bde758ad8b37.tar.bz2 |
[libc][z/OS] Remove ASCII trick to fix EBDIC std::from_char (#116078)
This PR will fix the following lit in all EBCDIC variations on z/OS:
`std/utilities/charconv/charconv.from.chars/floating_point.pass.cpp`
The trick to test for `e` and `E` is working only in ASCII.
The fix is to simply test for both lower and upper case exponent letter
`e` and `E` respectfully.
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfoImpls.cpp')
0 files changed, 0 insertions, 0 deletions