[PATCH] D35643: [DWARF] Added check that verifies that no abbreviation declaration has more than one attribute with the same name.

Spyridoula Gravani via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 17:48:50 PDT 2017


sgravani added a comment.

In https://reviews.llvm.org/D35643#815473, @probinson wrote:

> Wouldn't you also want to verify .debug_abbrev.dwo?


Ideally, yes (as well as other sections from the split dwarf5 proposal).
So far I've focused on verifications for/related to the .debug_info section. 
Is it the case that we may need abbreviation declarations for .debug_info section from .debug_abbrev.dwo?


https://reviews.llvm.org/D35643





More information about the llvm-commits mailing list