]> granicus.if.org Git - llvm/commit
Merging r292255:
authorHans Wennborg <hans@hanshq.net>
Tue, 17 Jan 2017 21:47:58 +0000 (21:47 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 17 Jan 2017 21:47:58 +0000 (21:47 +0000)
commit449b4c39094064ed55f45469894d6458c3b0952c
tree49a1ab87ffd20c78f4aeebe372f2814496ef12be
parent36d53308768430e40daaccf2f3dbf80ea28dc445
Merging r292255:
------------------------------------------------------------------------
r292255 | mgorny | 2017-01-17 13:04:19 -0800 (Tue, 17 Jan 2017) | 12 lines

[cmake] Update SOVERSION for the new versioning scheme

Update SOVERSION to use just the major version number rather than
major+minor, to match the new versioning scheme where only major is used
to indicate API/ABI version.

Since two-digit SOVERSIONs were introduced post 3.9 branching, this
change does not risk any SOVERSION collisions. In the past,
two-component X.Y SOVERSIONs were shortly used but those will not
interfere with the new ones since the new versions start at 4.

Differential Revision: https://reviews.llvm.org/D28730
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_40@292270 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake