Skip to content

Commit 70ac538

Browse files
committed
cmake: Use 7.1 for SONAME instead of 70
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@353348 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 0382905 commit 70ac538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/AddLLVM.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ function(llvm_add_library name)
501501
# Concatenate the version numbers since ldconfig expects exactly
502502
# one component indicating the ABI version, while LLVM uses
503503
# major+minor for that.
504-
SOVERSION ${LLVM_VERSION_MAJOR}${LLVM_VERSION_MINOR}
504+
SOVERSION ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}
505505
VERSION ${LLVM_VERSION_MAJOR}${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}${LLVM_VERSION_SUFFIX})
506506
endif()
507507
endif()

0 commit comments

Comments
 (0)