This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 283b43360a5 Revert "[ADT] restrict bit_cast to trivially-constructible To" new 722833d6cbe [dwarfdump] Verify compatibility of attribute TAGs. new 794b30e75b8 [dwarfdump] Verify DW_AT_type is set and points to a compat [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/DebugInfo/DWARF/DWARFUnit.h | 4 + lib/DebugInfo/DWARF/DWARFUnit.cpp | 9 + lib/DebugInfo/DWARF/DWARFVerifier.cpp | 53 ++++- ..._abstract_origin.s => verify_compatible_tags.s} | 242 ++++++++++++++------- test/tools/llvm-dwarfdump/X86/verify_debug_info.s | 22 +- 5 files changed, 245 insertions(+), 85 deletions(-) copy test/tools/llvm-dwarfdump/X86/{invalid_abstract_origin.s => verify_compatible [...]