[llvm-commits] CVS: llvm/tools/llvm-config/find-cycles.pl

Chris Lattner lattner at cs.uiuc.edu
Sun Sep 3 18:48:46 PDT 2006



Changes in directory llvm/tools/llvm-config:

find-cycles.pl updated: 1.6 -> 1.7
---
Log message:

remove message


---
Diffs of the changes:  (+0 -1)

 find-cycles.pl |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/tools/llvm-config/find-cycles.pl
diff -u llvm/tools/llvm-config/find-cycles.pl:1.6 llvm/tools/llvm-config/find-cycles.pl:1.7
--- llvm/tools/llvm-config/find-cycles.pl:1.6	Fri Aug  4 16:52:23 2006
+++ llvm/tools/llvm-config/find-cycles.pl	Sun Sep  3 20:48:32 2006
@@ -61,7 +61,6 @@
         $cycles_found = $cycles_found + 1;
         print STDERR "find-cycles.pl: Circular dependency between *.a files:\n";
         print STDERR "find-cycles.pl:   ", join(' ', @archives), "\n";
-        print STDERR "find-cycles.pl: Some linkers may have problems.\n";
         push @modules, @archives; # WORKAROUND: Duplicate *.a files. Ick.
     }
 






More information about the llvm-commits mailing list