[PATCH] D53564: [llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_length
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 23 08:03:13 PDT 2018
grimar added a comment.
It turns out LLVM emits the U32 now:
https://github.com/llvm-mirror/llvm/blob/master/lib/CodeGen/AsmPrinter/DwarfDebug.cpp#L1972
I'll prepare the patch for it too. Seems we will want to land these at the same time then?
Or should we handle DW_LLE_startx_length for .debug_loc (DWARF 4 dwo case) and .debug_loclists (DWARF5) differently?
https://reviews.llvm.org/D53564
More information about the llvm-commits
mailing list