We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea20c1e commit a469976Copy full SHA for a469976
llvm/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