[all-commits] [llvm/llvm-project] ad68a8: DebugInfo: Cleanup RLE dumping, using a length-con...
David Blaikie via All-commits
all-commits at lists.llvm.org
Fri Sep 18 19:33:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ad68a8b9526601c5a778d74b33e2d660fbc52772
https://github.com/llvm/llvm-project/commit/ad68a8b9526601c5a778d74b33e2d660fbc52772
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M llvm/include/llvm/BinaryFormat/Dwarf.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h
M llvm/lib/BinaryFormat/Dwarf.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
M llvm/test/tools/llvm-dwarfdump/X86/debug_rnglists_invalid.s
Log Message:
-----------
DebugInfo: Cleanup RLE dumping, using a length-constrained DataExtractor rather than carrying the end offset separately
More information about the All-commits
mailing list