[PATCH] D130315: [DWARF][BOLT] Implement new mechanism for DWARFRewriter
Alexander Yermolovich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 22 15:23:20 PDT 2022
ayermolo added inline comments.
================
Comment at: bolt/lib/Rewrite/DWARFRewriter.cpp:737
+ // not know.
+ if (!Function)
+ return;
----------------
As discussed can you move this to a separate commit + test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130315/new/
https://reviews.llvm.org/D130315
More information about the llvm-commits
mailing list