[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 12:51:51 PST 2020


SouraVX marked an inline comment as done.
SouraVX added inline comments.


================
Comment at: llvm/test/tools/llvm-dwp/X86/info-v5.s:25
+
+	.section	.debug_abbrev,"", at progbits
+	.byte	1                       # Abbreviation Code
----------------
dblaikie wrote:
> Remove all the non-dwo sections (so the text section, and the debug sections that aren't dwo sections, etc).
Strange, locally it's showing fine :)
Meanwhile, I'll add a negative test case, see if it works out second time.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74425/new/

https://reviews.llvm.org/D74425





More information about the llvm-commits mailing list