Fix build broken by r334341.

llvm-svn: 334342
This commit is contained in:
Rui Ueyama 2018-06-09 00:58:05 +00:00
parent c020064655
commit ea62c5bbde
1 changed files with 1 additions and 1 deletions

View File

@ -227,8 +227,8 @@ private:
// reporting. Linker may find reasonable number of errors in a
// single object file, so we cache debugging information in order to
// parse it only once for each object file we link.
std::unique_ptr<llvm::DWARFContext> Dwarf;
std::vector<const llvm::DWARFDebugLine::LineTable *> LineTables;
std::unique_ptr<llvm::DWARFDebugLine> DwarfLine;
struct VarLoc {
const llvm::DWARFDebugLine::LineTable *LT;
unsigned File;