diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp index a50785fcff9d..76ee7629f174 100644 --- a/lld/ELF/InputFiles.cpp +++ b/lld/ELF/InputFiles.cpp @@ -115,7 +115,7 @@ std::string InputFile::getSrcMsg(const Symbol &Sym, InputSectionBase &Sec, } template void ObjFile::initializeDwarf() { - Dwarf = make_unique(make_unique>(this)); + Dwarf = llvm::make_unique(make_unique>(this)); const DWARFObject &Obj = Dwarf->getDWARFObj(); DwarfLine.reset(new DWARFDebugLine); DWARFDataExtractor LineData(Obj, Obj.getLineSection(), Config->IsLE,