mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 11:46:07 +00:00

The aim of this patch is to remove the assumption that the character 'a' is always 97. In turn, this patch explicitly uses the character values to account for the EBCDIC 'a' that is not 97. Differential Revision: https://reviews.llvm.org/D108321