[llvm] [DwarfDump] Add new set of line-table-related statistics to llvm-dwarfdump (PR #93289)
Stephen Tozer via llvm-commits
llvm-commits at lists.llvm.org
Fri May 24 10:35:29 PDT 2024
SLTozer wrote:
> Since this is looking at `.debug_line` — have you tested this with both DWARF 4 and DWARF 5 inputs?
I've updated the locstats.ll to test for DWARF versions 2-5; only DWARF version 1 results in a failure, which happens while emitting the object file (presumably because some of the DIExpressions are unsupported).
https://github.com/llvm/llvm-project/pull/93289
More information about the llvm-commits
mailing list