lib/Linker: add support of deps which does not end with ".so".
authorIvan Krasin <krasin@chromium.org>
Tue, 20 Sep 2011 22:52:35 +0000 (22:52 +0000)
committerIvan Krasin <krasin@chromium.org>
Tue, 20 Sep 2011 22:52:35 +0000 (22:52 +0000)
commit5f2318e06549c0ec2bf21b3ce4690921f4a2422b
tree3b40ff5a120332d485d4d101d67161d89ca56184
parent149f29f1fdd3f806fcc2570173105d27d718bd1d
lib/Linker: add support of deps which does not end with ".so".
It happens (for example) when you want to have a dependency on the .so
with the specific version, like liblzma.so.1.0.0 or
libcrypto.so.0.9.8.

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