[PATCH] D38719: [llvm-dwarfdump] Verify compatible TAG for attributes.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 10 10:07:41 PDT 2017
aprantl added inline comments.
================
Comment at: lib/DebugInfo/DWARF/DWARFVerifier.cpp:422
+ case DW_AT_abstract_origin:
+ // Make sure specification and abstract origin have compatible tag.
+ if (auto Offset = AttrValue.Value.getAsReference()) {
----------------
`tags`
https://reviews.llvm.org/D38719
More information about the llvm-commits
mailing list