summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Linker/LinkItems.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-09 04:15:28 +0000
committerChris Lattner <sabre@nondot.org>2009-11-09 04:15:28 +0000
commit275dd8b0af418655e6208e46f59b50de3addd280 (patch)
tree737a18adc4a8d67a66b775869fd2f7e742f49e28 /llvm/lib/Linker/LinkItems.cpp
parente6e64be1d93925fb9537a69b8ccc220fb99b8ca7 (diff)
downloadbcm5719-llvm-275dd8b0af418655e6208e46f59b50de3addd280.tar.gz
bcm5719-llvm-275dd8b0af418655e6208e46f59b50de3addd280.zip
remove a redundant printout, LinkInArchive prints this as well.
llvm-svn: 86510
Diffstat (limited to 'llvm/lib/Linker/LinkItems.cpp')
-rw-r--r--llvm/lib/Linker/LinkItems.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Linker/LinkItems.cpp b/llvm/lib/Linker/LinkItems.cpp
index 494a0130f12..72136590479 100644
--- a/llvm/lib/Linker/LinkItems.cpp
+++ b/llvm/lib/Linker/LinkItems.cpp
@@ -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;
OpenPOWER on IntegriCloud