autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)
authorTom Stellard <thomas.stellard@amd.com>
Tue, 13 May 2014 19:37:03 +0000 (19:37 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 13 May 2014 19:37:03 +0000 (19:37 +0000)
commit3e18feedfddd2bd3619d0d4294f77e533a142b49
tree48543a43e9c467fc256320ca6887e15da250f8ae
parent834384bf5bd3c104e352d3ef4956541f5932529c
autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)

We were using libLLVM-Major.Minor.Patch.so for the soname, but we
need the soname to stay consistent for all Major.Minor.* releases
otherwise operating system distributors  will need to rebuild all
packages that link with LLVM every time there is a new point release.

This patch also reverses the compatibility symlink, so
libLLVM-Major.Minor.Patch.so is now a symlink that points
to libLLVM-Major-Minor.so.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208721 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules
tools/llvm-shlib/Makefile