remove printf - it was there only for debugging!
authorTorok Edwin <edwintorok@gmail.com>
Wed, 4 Feb 2009 17:40:28 +0000 (17:40 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Wed, 4 Feb 2009 17:40:28 +0000 (17:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63742 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gold/gold-plugin.cpp

index afd7fd6f93e9aa321392366fe0047eb5628192ef..65092a682a446ce205882b09e4563dfdbdfbf0c3 100644 (file)
@@ -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.