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

remove a redundant printout, LinkInArchive prints this as well.

llvm-svn: 86510
This commit is contained in:
Chris Lattner 2009-11-09 04:15:28 +00:00
parent 5a3a41a757
commit c7f4a1df29

View File

@ -187,7 +187,6 @@ bool Linker::LinkInFile(const sys::Path &File, bool &is_native) {
case sys::Archive_FileType:
// A user may specify an ar archive without -l, perhaps because it
// is not installed as a library. Detect that and link the archive.
verbose("Linking archive file '" + File.str() + "'");
if (LinkInArchive(File, is_native))
return true;
break;