mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
remove a redundant printout, LinkInArchive prints this as well.
llvm-svn: 86510
This commit is contained in:
parent
5a3a41a757
commit
c7f4a1df29
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user