summaryrefslogtreecommitdiff
path: root/tools/gold
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-02-04 17:40:28 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-02-04 17:40:28 +0000
commit4cb16349b0a45bfdc21d69bed416e4f3e00a1196 (patch)
treedaa0ae8db3977728dd49f51df63fbf4d384b1640 /tools/gold
parent3e5a0d8b0b848d1b0deb8976924703787b221e31 (diff)
downloadllvm-4cb16349b0a45bfdc21d69bed416e4f3e00a1196.tar.gz
llvm-4cb16349b0a45bfdc21d69bed416e4f3e00a1196.tar.bz2
llvm-4cb16349b0a45bfdc21d69bed416e4f3e00a1196.tar.xz
remove printf - it was there only for debugging!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63742 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gold')
-rw-r--r--tools/gold/gold-plugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp
index afd7fd6f93..65092a682a 100644
--- a/tools/gold/gold-plugin.cpp
+++ b/tools/gold/gold-plugin.cpp
@@ -158,7 +158,6 @@ ld_plugin_status onload(ld_plugin_tv *tv) {
ld_plugin_status claim_file_hook(const ld_plugin_input_file *file,
int *claimed) {
void *buf = NULL;
- printf("%s,%d,%d\n",file->name, file->offset, file->filesize);
// If set, this means gold found IR in an ELF section. LLVM doesn't wrap its
// IR in ELF, so we know it's not us. But it can also be an .a file containing
// LLVM IR.