diff options
author | Chris Lattner <sabre@nondot.org> | 2006-09-04 01:48:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-09-04 01:48:32 +0000 |
commit | 40ad30470940058b33f0f7bf1cee1ae896e5eeea (patch) | |
tree | 3cd7347e4741858ddf7ae7b2a445720cc9e8883a /tools/llvm-config/find-cycles.pl | |
parent | e4163b4b46ed30eb2a554bf936bf2626c76d07bf (diff) | |
download | external_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/llvm-config/find-cycles.pl')
-rwxr-xr-x | tools/llvm-config/find-cycles.pl | 1 |
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. } |