[PATCH] D117134: [DebugInfo][DWARF][NFC] Move DWARFTypePrinter class to its own file.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 12 11:08:19 PST 2022
avl created this revision.
avl added reviewers: JDevlieghere, clayborg, aprantl, dblaikie.
Herald added subscribers: hiraditya, mgorny.
avl requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch moves DWARFTypePrinter class to its own file, so that it
might be reused. It will help D96035 <https://reviews.llvm.org/D96035>, which uses DWARFTypePrinter.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D117134
Files:
llvm/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h
llvm/lib/DebugInfo/DWARF/CMakeLists.txt
llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
llvm/lib/DebugInfo/DWARF/DWARFTypePrinter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117134.399387.patch
Type: text/x-patch
Size: 42035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220112/07f98c88/attachment.bin>
More information about the llvm-commits
mailing list