[all-commits] [llvm/llvm-project] 713c2b: [DebugInfo][DWARF][NFC] Refactor DWARFTypePrinter ...

avl-llvm via All-commits all-commits at lists.llvm.org
Fri Jan 14 05:21:17 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 713c2b47a07d4f0e02f4a891b2738ee0faed7ce1
      https://github.com/llvm/llvm-project/commit/713c2b47a07d4f0e02f4a891b2738ee0faed7ce1
  Author: Alexey Lapshin <a.v.lapshin at mail.ru>
  Date:   2022-01-14 (Fri, 14 Jan 2022)

  Changed paths:
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp

  Log Message:
  -----------
  [DebugInfo][DWARF][NFC] Refactor DWARFTypePrinter usages. Create functions to print type dies.

This patch creates functions which might be used to dump types.
This functionality was already implemented by  DWARFTypePrinter.
Now it could be reused. It will help D96035, which uses DWARFTypePrinter.

Differential Revision: https://reviews.llvm.org/D117134




More information about the All-commits mailing list