http://reviews.llvm.org/D12380: remove DWARFCompileUnit printf spam.

llvm-svn: 246091
This commit is contained in:
Todd Fiala 2015-08-26 22:08:26 +00:00
parent c2b9254426
commit f50b20d819
1 changed files with 0 additions and 1 deletions

View File

@ -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());
}
}
}