[PATCH] D81476: [DWARF5] Enable .debug_line.dwo section emission if macro info is present
Sourabh Singh Tomar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 10 22:07:41 PDT 2020
SouraVX marked 2 inline comments as done.
SouraVX added inline comments.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h:298
+ void initSplitLineTable(MCDwarfDwoLineTable *SplitLineTable) {
+ SplitLineTable = SplitLineTable;
+ }
----------------
probinson wrote:
> either `this->SplitLineTable = SplitLineTable;` or change the name of the parameter.
Let's keep the former. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81476/new/
https://reviews.llvm.org/D81476
More information about the llvm-commits
mailing list