[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
Thu Jul 20 14:11:26 PDT 2017


sgravani added a comment.

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

> I am pretty sure that any verification you want to do on .debug_abbrev would be equally applicable to .debug_abbrev.dwo; I suspect we could also verify that .debug_abbrev.dwo did not use certain forms, e.g. DW_FORM_addr, but that would be a bonus.


I'll add this check in a future patch! Thanks :)


Repository:
  rL LLVM

https://reviews.llvm.org/D35643





More information about the llvm-commits mailing list