[all-commits] [llvm/llvm-project] 9ffdc2: [BOLT][DWARF][NFC] Add function to print DIE

Alexander Yermolovich via All-commits all-commits at lists.llvm.org
Tue Aug 8 18:18:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ffdc2b4571233be8f3baae116a144aab4263c32
      https://github.com/llvm/llvm-project/commit/9ffdc2b4571233be8f3baae116a144aab4263c32
  Author: Alexander Yermolovich <ayermolo at meta.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M bolt/lib/Rewrite/DWARFRewriter.cpp

  Log Message:
  -----------
  [BOLT][DWARF][NFC] Add function to print DIE

This is purely to make debugging easier for developers. Now that we moved to IR
the print out of DIEs is lacking. This function will lazily parse DIE and use
DWARFDie dump function.

Reviewed By: Amir

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




More information about the All-commits mailing list