[PATCH] D51959: Add compatability version to liblldb in framework builds
Alex Langford via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 12 11:12:53 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL342066: Add compatibility version to liblldb in framework builds (authored by xiaobai, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D51959
Files:
lldb/trunk/source/API/CMakeLists.txt
Index: lldb/trunk/source/API/CMakeLists.txt
===================================================================
--- lldb/trunk/source/API/CMakeLists.txt
+++ lldb/trunk/source/API/CMakeLists.txt
@@ -146,6 +146,7 @@
if (LLDB_BUILD_FRAMEWORK)
set_target_properties(liblldb
PROPERTIES
+ SOVERSION "1.0.0"
OUTPUT_NAME LLDB
FRAMEWORK On
FRAMEWORK_VERSION ${LLDB_FRAMEWORK_VERSION}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51959.165127.patch
Type: text/x-patch
Size: 402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180912/ccfed662/attachment.bin>
More information about the llvm-commits
mailing list