diff options
author | Adrian McCarthy <amccarth@google.com> | 2020-08-12 13:50:28 -0700 |
---|---|---|
committer | Adrian McCarthy <amccarth@google.com> | 2020-08-12 13:56:16 -0700 |
commit | 7ddfb956e1a5ee91d0d30f33ca0c84faeb471db4 (patch) | |
tree | db23d4c74e5434d562eec04045da86f86414be12 /clang/lib/CodeGen/CoverageMappingGen.cpp | |
parent | cc6d9f59fdbaf8b36b811562124ebabdc778ba2d (diff) | |
download | llvm-7ddfb956e1a5ee91d0d30f33ca0c84faeb471db4.zip llvm-7ddfb956e1a5ee91d0d30f33ca0c84faeb471db4.tar.gz llvm-7ddfb956e1a5ee91d0d30f33ca0c84faeb471db4.tar.bz2 |
[lldb] Fix unit test parsing to handle CR+LF as well as LF
Apparently when the strings are created, the `'\n'` is converted to the
platform's natural new line indicator, which is CR+LF on Windows. But
upon reading back with `sscanf`, the CRs caused a matching failure.
Diffstat (limited to 'clang/lib/CodeGen/CoverageMappingGen.cpp')
0 files changed, 0 insertions, 0 deletions