diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2020-01-03 13:59:46 +0000 |
---|---|---|
committer | James Henderson <james.henderson@sony.com> | 2020-01-27 15:32:41 +0000 |
commit | f1be770ff6886a145db08b63397e8ddb6ac59bd0 (patch) | |
tree | edc08d4ebb798949efd08ee48d0786ac1500cf5c /clang/lib/CodeGen/CodeGenModule.h | |
parent | ac0b9b4ccf3e356061f66f54b99588bc71071e73 (diff) | |
download | llvm-f1be770ff6886a145db08b63397e8ddb6ac59bd0.zip llvm-f1be770ff6886a145db08b63397e8ddb6ac59bd0.tar.gz llvm-f1be770ff6886a145db08b63397e8ddb6ac59bd0.tar.bz2 |
[DebugInfo] Make incorrect debug line extended opcode length non-fatal
It is possible to try to keep parsing a debug line program even when the
length of an extended opcode does not match what is expected for that
opcode. This patch changes what was previously a fatal error to be
non-fatal. The parser now continues by assuming the the claimed length
is correct, even if it means moving the offset backwards.
Reviewed by: dblaikie
Differential Revision: https://reviews.llvm.org/D72155
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions