aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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
commit40ad30470940058b33f0f7bf1cee1ae896e5eeea (patch)
tree3cd7347e4741858ddf7ae7b2a445720cc9e8883a /tools
parente4163b4b46ed30eb2a554bf936bf2626c76d07bf (diff)
downloadexternal_llvm-40ad30470940058b33f0f7bf1cee1ae896e5eeea.zip
external_llvm-40ad30470940058b33f0f7bf1cee1ae896e5eeea.tar.gz
external_llvm-40ad30470940058b33f0f7bf1cee1ae896e5eeea.tar.bz2
remove message
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rwxr-xr-xtools/llvm-config/find-cycles.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-config/find-cycles.pl b/tools/llvm-config/find-cycles.pl
index 8d6b0bb..8156abd 100755
--- a/tools/llvm-config/find-cycles.pl
+++ b/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.
}