Add patch level to llvm version in CMake and Autoconf
authorTom Stellard <thomas.stellard@amd.com>
Mon, 3 Mar 2014 15:22:00 +0000 (15:22 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 3 Mar 2014 15:22:00 +0000 (15:22 +0000)
commitdb3064e438bb44227e8d16c0f82cef74db5d6e69
tree643ef5ebb5b082c4ed3128a2e4e0c5fcac2aee46
parent7bc65d0ad74a969d34ad22ec5d3aaeeb27cc553a
Add patch level to llvm version in CMake and Autoconf

The shared library generated by autoconf will now be called
libLLVM-$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)$(VERSION_SUFFIX).so
and a symlink named
libLLVM-$(VERSION_MAJOR).$(VERSION_MINOR)$(VERSION_SUFFIX).so will
also be created in the install directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202720 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
Makefile.config.in
Makefile.rules
autoconf/configure.ac
configure
include/llvm/Config/config.h.in
tools/llvm-shlib/Makefile