Emit an error when a library is not found. It is the GNU ld behavior and it is expect...
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Wed, 27 Feb 2008 17:20:32 +0000 (17:20 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Wed, 27 Feb 2008 17:20:32 +0000 (17:20 +0000)
commit6b0f14b96ae5fdc21904de33c8d07ec02e75d4e3
treecc73e7a4ce9c5bca3850d5123076957e3e217f38
parent077f9b20d0e8659d00a09046a63e28edf0665ffe
Emit an error when a library is not found. It is the GNU ld behavior and it is expected by the configure scripts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47674 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkItems.cpp