[PATCH] D81476: [DWARF5] Enable .debug_line.dwo section emission if macro info is present

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 11:05:42 PDT 2020


probinson added inline comments.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h:298
+  void initSplitLineTable(MCDwarfDwoLineTable *SplitLineTable) {
+    SplitLineTable = SplitLineTable;
+  }
----------------
either `this->SplitLineTable = SplitLineTable;` or change the name of the parameter.


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