We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0382905 commit 70ac538Copy full SHA for 70ac538
cmake/modules/AddLLVM.cmake
@@ -501,7 +501,7 @@ function(llvm_add_library name)
501
# Concatenate the version numbers since ldconfig expects exactly
502
# one component indicating the ABI version, while LLVM uses
503
# major+minor for that.
504
- SOVERSION ${LLVM_VERSION_MAJOR}${LLVM_VERSION_MINOR}
+ SOVERSION ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}
505
VERSION ${LLVM_VERSION_MAJOR}${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}${LLVM_VERSION_SUFFIX})
506
endif()
507
0 commit comments