[PATCH] D157354: [BOLT][DWARF][NFC] Add function to print DIE
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 8 15:01:07 PDT 2023
Amir accepted this revision.
Amir added a comment.
This revision is now accepted and ready to land.
LGTM with nits
================
Comment at: bolt/lib/Rewrite/DWARFRewriter.cpp:60
LLVM_ATTRIBUTE_UNUSED
static void printDie(const DWARFDie &DIE) {
----------------
Remove
================
Comment at: bolt/lib/Rewrite/DWARFRewriter.cpp:69
}
+LLVM_ATTRIBUTE_UNUSED
+static void printDie(DWARFUnit &DU, uint64_t DIEOffset) {
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157354/new/
https://reviews.llvm.org/D157354
More information about the llvm-commits
mailing list