1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/DebugInfo
James Henderson 89524e5f12 [DebugInfo] Make most debug line prologue errors non-fatal to parsing
Many of the debug line prologue errors are not inherently fatal. In most
cases, we can make reasonable assumptions and carry on. This patch does
exactly that. In the case of length problems, the approach of "the
claimed length is correct" is taken to be consistent with other
instances such as the SectionParser, which ignores the read length.

Reviewed by: dblaikie

Differential Revision: https://reviews.llvm.org/D72158
2020-01-28 11:29:50 +00:00
..
CodeView [codeview] Prune SimpleTypeSerializer.h headers, NFC 2020-01-24 16:07:36 -08:00
DWARF [DebugInfo] Make most debug line prologue errors non-fatal to parsing 2020-01-28 11:29:50 +00:00
GSYM
MSF
PDB [PDB] Simplify API for making section map, NFC 2020-01-23 12:15:21 -08:00
Symbolize [Symbolize] Handle error after the notes loop 2020-01-27 11:00:27 -08:00
CMakeLists.txt
LLVMBuild.txt