Tweak to match change in LLVM API, in r306699

llvm-svn: 306700
This commit is contained in:
Paul Robinson 2017-06-29 16:52:29 +00:00
parent 17536b935a
commit c60318af24
1 changed files with 3 additions and 3 deletions

View File

@ -79,8 +79,8 @@ template <class ELFT> void elf::ObjectFile<ELFT>::initializeDwarfLine() {
ObjectInfo ObjInfo;
DWARFContextInMemory Dwarf(*Obj, &ObjInfo);
DwarfLine.reset(new DWARFDebugLine(&Dwarf.getLineSection().Relocs));
DataExtractor LineData(Dwarf.getLineSection().Data, Config->IsLE,
DwarfLine.reset(new DWARFDebugLine);
DWARFDataExtractor LineData(Dwarf.getLineSection(), Config->IsLE,
Config->Wordsize);
// The second parameter is offset in .debug_line section