From 40ad30470940058b33f0f7bf1cee1ae896e5eeea Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 4 Sep 2006 01:48:32 +0000 Subject: [PATCH] remove message git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30075 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-config/find-cycles.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/llvm-config/find-cycles.pl b/tools/llvm-config/find-cycles.pl index 8d6b0bb1dbb..8156abd3f05 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. } -- 2.11.0