mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
remove a redundant printout, LinkInArchive prints this as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86510 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd21a1cba4
commit
49e27a5375
@ -187,7 +187,6 @@ bool Linker::LinkInFile(const sys::Path &File, bool &is_native) {
|
|||||||
case sys::Archive_FileType:
|
case sys::Archive_FileType:
|
||||||
// A user may specify an ar archive without -l, perhaps because it
|
// A user may specify an ar archive without -l, perhaps because it
|
||||||
// is not installed as a library. Detect that and link the archive.
|
// is not installed as a library. Detect that and link the archive.
|
||||||
verbose("Linking archive file '" + File.str() + "'");
|
|
||||||
if (LinkInArchive(File, is_native))
|
if (LinkInArchive(File, is_native))
|
||||||
return true;
|
return true;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user