[PATCH] D26223: Reduce number of classes by merging DIHelper with ObjectFile.
Eugene Leviant via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 2 00:15:16 PDT 2016
evgeny777 accepted this revision.
evgeny777 added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/InputFiles.cpp:81
- DILineInfo LineInfo;
- DILineInfoSpecifier Spec;
// The offset to CU is 0 (see DIHelper constructor).
+ const DWARFDebugLine::LineTable *Tbl = DwarfLine->getLineTable(0);
----------------
This comment should be changed (there is no DIHelper anymore)
https://reviews.llvm.org/D26223
More information about the llvm-commits
mailing list