[llvm-commits] [PATCH]llvm-ld: add support of deps with the specific version (like liblzma.so.1.0.0)
Ivan Krasin
krasin at chromium.org
Mon Aug 29 13:58:32 PDT 2011
Hi llvm team!
This CL adds support of deps which does not end with ".so" to llvm-ld.
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.
The patch is attached and is also available online:
http://codereview.chromium.org/7793002/
Please, let me know if it's fine to commit.
-- krasin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm_ld_1.diff
Type: text/x-patch
Size: 716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110829/b8976151/attachment.bin>
More information about the llvm-commits
mailing list