[PATCH] D74312: [DebugInfo]: Added preliminary support for DWARFv5 in llvm-dwp utility.

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 05:52:58 PST 2020


SouraVX created this revision.
SouraVX added reviewers: aprantl, probinson, dblaikie, jini.susan.george, alok.
SouraVX added a project: debug-info.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Summary:  This patch adds preliminary support in llvm-dwp to package dwarfv5 DWO objects. Their are numerous updates in section contents in dwarfv5. This patch teaches llvm-dwp to parse revised debug_info and debug_str_offsets section based on the version information present in CU header.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74312

Files:
  llvm/test/tools/llvm-dwp/Inputs/simple/notypes/a-v5.dwo
  llvm/test/tools/llvm-dwp/Inputs/simple/notypes/b-v5.dwo
  llvm/test/tools/llvm-dwp/X86/simple-v5.test
  llvm/tools/llvm-dwp/llvm-dwp.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74312.243523.patch
Type: text/x-patch
Size: 8126 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200210/0ef82723/attachment.bin>


More information about the llvm-commits mailing list