diff options
author | Peter Klausler <pklausler@nvidia.com> | 2022-06-08 14:52:01 -0700 |
---|---|---|
committer | Peter Klausler <pklausler@nvidia.com> | 2022-06-13 16:26:50 -0700 |
commit | 850097d6dca6eec41e74f8823949f626735d00fe (patch) | |
tree | f71db326b822b4fbd6a4249bd39bcee89e1c874b /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | f472c099be07593be2a1ea9f5c61793d348a4f52 (diff) | |
download | llvm-850097d6dca6eec41e74f8823949f626735d00fe.zip llvm-850097d6dca6eec41e74f8823949f626735d00fe.tar.gz llvm-850097d6dca6eec41e74f8823949f626735d00fe.tar.bz2 |
[flang][runtime] Don't loop in runtime if blank appears in BOZ input
The code for scanning BOZ input allows for blanks and tabs to appear,
but can hang if they do and the BOZ input value is not followed by
extra valid digits; the repositioning for the second sweep simply
needed to be done in units of character, not valid digits.
Differential Revision: https://reviews.llvm.org/D127431
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions