[PATCH] D74425: [DebugInfo]: Added support for DWARFv5 Info section header parsing in llvm-dwp utility.

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 10:51:48 PST 2020


SouraVX created this revision.
SouraVX added reviewers: dblaikie, aprantl, probinson.
SouraVX added a project: debug-info.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, ormris.
Herald added a project: LLVM.

This patch teaches llvm-dwp to parse DWARFv5 info section header. Tested this using asm test case caontaining DWARFv5 info.  Assemling it to DWO object, checking corresponding content using llvm-dwarfdump. Then finally, packaging it to DWP using llvm-dwp and checking corresponding content using llvm-dwarfdump.

This patch is splitted from D74312 <https://reviews.llvm.org/D74312>, based on suggestions by @dblaikie


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74425

Files:
  llvm/test/tools/llvm-dwp/X86/info-v5.s
  llvm/tools/llvm-dwp/llvm-dwp.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74425.243921.patch
Type: text/x-patch
Size: 9487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200211/4d1fc484/attachment.bin>


More information about the llvm-commits mailing list