Merging r202720:
authorTom Stellard <thomas.stellard@amd.com>
Wed, 19 Mar 2014 20:36:02 +0000 (20:36 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 19 Mar 2014 20:36:02 +0000 (20:36 +0000)
commit709048c47b61f310fbee126138c2056a120b8127
tree946107370ad15ef5113fd19ec119786b05d7dbe3
parent0a98bd5bb8a9b6cab765323c3a9a4000eaf13f26
Merging r202720:

------------------------------------------------------------------------
r202720 | thomas.stellard | 2014-03-03 07:22:00 -0800 (Mon, 03 Mar 2014) | 8 lines

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/branches/release_34@204262 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