diff options
author | Torok Edwin <edwintorok@gmail.com> | 2009-02-04 17:40:28 +0000 |
---|---|---|
committer | Torok Edwin <edwintorok@gmail.com> | 2009-02-04 17:40:28 +0000 |
commit | a2794dba04e644a69806583c72e386fe457918db (patch) | |
tree | a1bdbd0366e2d2f9f83d7ce8f5e88d7f5753ce32 | |
parent | 4b35a8184504103678d3bc5610f896f766355cb3 (diff) | |
download | bcm5719-llvm-a2794dba04e644a69806583c72e386fe457918db.tar.gz bcm5719-llvm-a2794dba04e644a69806583c72e386fe457918db.zip |
remove printf - it was there only for debugging!
llvm-svn: 63742
-rw-r--r-- | llvm/tools/gold/gold-plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/gold/gold-plugin.cpp b/llvm/tools/gold/gold-plugin.cpp index afd7fd6f93e..65092a682a4 100644 --- a/llvm/tools/gold/gold-plugin.cpp +++ b/llvm/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. |