Looks it is can be enabled now.
InfoSections -> Sections.
No need to change the original code.
ObjFile<ELFT> *F = Sections[I]->getFile<ELFT>(); DWARFContext Dwarf(make_unique<LLDDwarfObj<ELFT>>(F)); Chunks[I] = readDwarf(Dwarf, Sections[I]);
LGTM