[PATCH] D39854: [DWARFv5] Support FORM_strp in .debug_line.dwo

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 9 11:17:37 PST 2017


probinson created this revision.
Herald added subscribers: JDevlieghere, hiraditya.

As a side effect, the .debug_line section will be dumped in physical
order, rather than in the order that compile units refer to their
associated portions of the .debug_line section.  These are probably
always the same order anyway, and no tests noticed the difference.


https://reviews.llvm.org/D39854

Files:
  llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
  llvm/test/DebugInfo/X86/dwarfdump-header.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39854.122281.patch
Type: text/x-patch
Size: 10148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171109/46aecb86/attachment.bin>


More information about the llvm-commits mailing list