mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-03 12:18:00 +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:
@@ -1076,7 +1076,7 @@ void ELFWriter::OutputSectionsAndSectionTable() {
|
|||||||
// Emit all of sections to the file and build the section header table.
|
// Emit all of sections to the file and build the section header table.
|
||||||
for (ELFSectionIter I=SectionList.begin(), E=SectionList.end(); I != E; ++I) {
|
for (ELFSectionIter I=SectionList.begin(), E=SectionList.end(); I != E; ++I) {
|
||||||
ELFSection &S = *(*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
|
<< ", Size: " << S.Size << ", Offset: " << S.Offset
|
||||||
<< ", SectionData Size: " << S.size() << "\n");
|
<< ", SectionData Size: " << S.size() << "\n");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user