summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-04 01:48:32 +0000
committerChris Lattner <sabre@nondot.org>2006-09-04 01:48:32 +0000
commitdcd72422fd95504d0839a9b25ca2904b1b735fb7 (patch)
treed7fb2358fae2f80bea2b245b3832def21b60da31
parentde54ffc225c4a1510f100f41df7bb126fcd5ec3d (diff)
downloadbcm5719-llvm-dcd72422fd95504d0839a9b25ca2904b1b735fb7.tar.gz
bcm5719-llvm-dcd72422fd95504d0839a9b25ca2904b1b735fb7.zip
remove message
llvm-svn: 30075
-rwxr-xr-xllvm/tools/llvm-config/find-cycles.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-config/find-cycles.pl b/llvm/tools/llvm-config/find-cycles.pl
index 8d6b0bb1dbb..8156abd3f05 100755
--- a/llvm/tools/llvm-config/find-cycles.pl
+++ b/llvm/tools/llvm-config/find-cycles.pl
@@ -61,7 +61,6 @@ foreach my $cycle (@CYCLES) {
$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.
}
OpenPOWER on IntegriCloud