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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 10:43:51 PDT 2017


probinson added a comment.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D35643





More information about the llvm-commits mailing list