1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

remove message

llvm-svn: 30075
This commit is contained in:
Chris Lattner 2006-09-04 01:48:32 +00:00
parent 8eb46f18d6
commit 7e892d8930

View File

@ -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.
}