forked from OSchip/llvm-project
parent
c2bc717028
commit
283eae82fd
|
@ -259,7 +259,7 @@ void DWARFContext::dump(
|
|||
if (shouldDump(IsExplicit, Name, DIDT_ID_DebugInfo, Section.Data)) {
|
||||
for (const auto &CU : CUs)
|
||||
if (DumpOffset)
|
||||
CU->getDIEForOffset(DumpOffset.getValue()).dump(OS, 0, 0, DumpOpts);
|
||||
CU->getDIEForOffset(DumpOffset.getValue()).dump(OS, 0, 0, DumpOpts);
|
||||
else
|
||||
CU->dump(OS, DumpOpts);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue