summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2019-02-08 21:00:26 +0000
committerTom Stellard <tstellar@redhat.com>2019-02-08 21:00:26 +0000
commitdd3329aeb25d87d4ac6429c0af220f92e1ba5f26 (patch)
treec460f799acd7127ac064d325a2c9a0e613fbb393
parent70ac538f0bb0d0251362504547489bdf12e74f81 (diff)
downloadllvm-release_70.tar.gz
cmake: Use 7.1.0 for shared object version instead of 71.0release_70
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@353565 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--cmake/modules/AddLLVM.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake
index 0f332693ed0f..c0f90ba7068d 100644
--- a/cmake/modules/AddLLVM.cmake
+++ b/cmake/modules/AddLLVM.cmake
@@ -502,7 +502,7 @@ function(llvm_add_library name)
# one component indicating the ABI version, while LLVM uses
# major+minor for that.
SOVERSION ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}
- VERSION ${LLVM_VERSION_MAJOR}${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}${LLVM_VERSION_SUFFIX})
+ VERSION ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}${LLVM_VERSION_SUFFIX})
endif()
endif()