[all-commits] [llvm/llvm-project] 07804f: [DebugInfo] Make debug line address size mismatch ...
James Henderson via All-commits
all-commits at lists.llvm.org
Mon Jan 13 08:27:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 07804f75a6cc506fada40c474f1e60840ce737d8
https://github.com/llvm/llvm-project/commit/07804f75a6cc506fada40c474f1e60840ce737d8
Author: James Henderson <james.henderson at sony.com>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
Log Message:
-----------
[DebugInfo] Make debug line address size mismatch non-fatal to parsing
Reasonable assumptions can be made when a parsed address length does not
match the expected length, so there's no need for this to be fatal.
Reviewed by: ikudrin
Differential Revision: https://reviews.llvm.org/D72154
More information about the All-commits
mailing list