[all-commits] [llvm/llvm-project] 892742: DWARFVerifier: Verbosely dump DIEs in verifier rep...
David Blaikie via All-commits
all-commits at lists.llvm.org
Mon Dec 13 19:01:45 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 892742907f0e18464aaf27fd29c2e16aadcf97fa
https://github.com/llvm/llvm-project/commit/892742907f0e18464aaf27fd29c2e16aadcf97fa
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M llvm/test/tools/llvm-dwarfdump/X86/verify_attr_file_indexes.yaml
M llvm/test/tools/llvm-dwarfdump/X86/verify_attr_file_indexes_no_files.yaml
M llvm/test/tools/llvm-dwarfdump/X86/verify_broken_exprloc.s
M llvm/test/tools/llvm-dwarfdump/X86/verify_file_encoding.yaml
M llvm/test/tools/llvm-dwarfdump/X86/verify_overlapping_cu_ranges.yaml
M llvm/test/tools/llvm-dwarfdump/X86/verify_parent_zero_length.yaml
M llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
Log Message:
-----------
DWARFVerifier: Verbosely dump DIEs in verifier reports
Seems helpful when you're dealing with invalid/problematic DWARF. Some
diagnostic messages are probably redundant with the verbose dumping and
could be simplified with this.
More information about the All-commits
mailing list