forked from OSchip/llvm-project
http://reviews.llvm.org/D12380: remove DWARFCompileUnit printf spam.
llvm-svn: 246091
This commit is contained in:
parent
c2b9254426
commit
f50b20d819
|
@ -442,7 +442,6 @@ DWARFCompileUnit::BuildAddressRangeTable (SymbolFileDWARF* dwarf2Data,
|
|||
{
|
||||
const LineTable::FileAddressRanges::Entry &range = file_ranges.GetEntryRef(idx);
|
||||
debug_aranges->AppendRange(cu_offset, range.GetRangeBase(), range.GetRangeEnd());
|
||||
printf ("0x%8.8x: [0x%16.16" PRIx64 " - 0x%16.16" PRIx64 ")\n", GetOffset(), range.GetRangeBase(), range.GetRangeEnd());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue