mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92502 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9f5c510df1
commit
6e120a1c70
@ -1076,7 +1076,7 @@ void ELFWriter::OutputSectionsAndSectionTable() {
|
||||
// Emit all of sections to the file and build the section header table.
|
||||
for (ELFSectionIter I=SectionList.begin(), E=SectionList.end(); I != E; ++I) {
|
||||
ELFSection &S = *(*I);
|
||||
DEBUG(errs() << "SectionIdx: " << S.SectionIdx << ", Name: " << S.getName()
|
||||
DEBUG(dbgs() << "SectionIdx: " << S.SectionIdx << ", Name: " << S.getName()
|
||||
<< ", Size: " << S.Size << ", Offset: " << S.Offset
|
||||
<< ", SectionData Size: " << S.size() << "\n");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user