[all-commits] [llvm/llvm-project] 9b82e8: [DWARF] Generalize DWARFTypePrinter to a template ...
Zequan Wu via All-commits
all-commits at lists.llvm.org
Tue Oct 8 14:21:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b82e85d81756531ca645e83010905e2679245bc
https://github.com/llvm/llvm-project/commit/9b82e85d81756531ca645e83010905e2679245bc
Author: Zequan Wu <zequanwu at google.com>
Date: 2024-10-08 (Tue, 08 Oct 2024)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h
M llvm/lib/DebugInfo/DWARF/CMakeLists.txt
M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
R llvm/lib/DebugInfo/DWARF/DWARFTypePrinter.cpp
Log Message:
-----------
[DWARF] Generalize DWARFTypePrinter to a template class (#109459)
This generalizes DWARFTypePrinter class to a template class so that it
can be reused for lldb's DWARFDIE type.
This is a split of https://github.com/llvm/llvm-project/pull/90008. The
difference is that this doesn't have `Visitor` template parameter which
can be added later if necessary.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list