[all-commits] [llvm/llvm-project] 58b1b6: llvm-dwarfdump: Lookup type units when prettyprint...
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue Nov 9 16:59:04 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58b1b6414b4cc6ce74bc8cf10806f6944bf2ac69
https://github.com/llvm/llvm-project/commit/58b1b6414b4cc6ce74bc8cf10806f6944bf2ac69
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp
M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
A llvm/test/tools/llvm-dwarfdump/X86/prettyprint_type_units.s
Log Message:
-----------
llvm-dwarfdump: Lookup type units when prettyprinting types
This handles DWARFv4 and DWARFv5 type units, but not Split DWARF type
units. That'll come in a follow-up patch.
More information about the All-commits
mailing list