[PATCH] D35698: [DWARF] Generalized verification of .debug_abbrev to be applicable to both .debug_abbrev and .debug_abbrev.dwo sections.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 16:32:55 PDT 2017


dblaikie accepted this revision.
dblaikie added inline comments.
This revision is now accepted and ready to land.


================
Comment at: test/tools/llvm-dwarfdump/X86/verify_debug_abbrev.s:7
+# CHECK-NEXT: Error: Abbreviation declaration contains multiple DW_AT_stmt_list attributes.
+# CHECK: Error: Abbreviation declaration contains multiple DW_AT_producer attributes.
+
----------------
Should check that the DIE gets dumped too


https://reviews.llvm.org/D35698





More information about the llvm-commits mailing list