summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ELFWriter.cpp
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2010-01-04 19:57:26 +0000
committerDavid Greene <greened@obbligato.org>2010-01-04 19:57:26 +0000
commitaf5b9a2d6256ea14cd0200aac27a80bf1db99b5e (patch)
treee8abdcfbc36e623d3bb562379eddc469cb2c314b /llvm/lib/CodeGen/ELFWriter.cpp
parentd6cba5065f1a8782774b7b07cef262135246a389 (diff)
downloadbcm5719-llvm-af5b9a2d6256ea14cd0200aac27a80bf1db99b5e.tar.gz
bcm5719-llvm-af5b9a2d6256ea14cd0200aac27a80bf1db99b5e.zip
Change errs() to dbgs().
llvm-svn: 92502
Diffstat (limited to 'llvm/lib/CodeGen/ELFWriter.cpp')
-rw-r--r--llvm/lib/CodeGen/ELFWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ELFWriter.cpp b/llvm/lib/CodeGen/ELFWriter.cpp
index 3e1ee11b216..5e5f58970ea 100644
--- a/llvm/lib/CodeGen/ELFWriter.cpp
+++ b/llvm/lib/CodeGen/ELFWriter.cpp
@@ -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");
OpenPOWER on IntegriCloud