mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 21:49:26 +00:00
rebase of the patch
This commit is contained in:
parent
0af6a967f0
commit
5c3a56bd8b
22
debian/patches/lldb-soname.diff
vendored
22
debian/patches/lldb-soname.diff
vendored
@ -2,10 +2,10 @@
|
|||||||
lldb/source/API/CMakeLists.txt | 14 +++++++-------
|
lldb/source/API/CMakeLists.txt | 14 +++++++-------
|
||||||
1 file changed, 7 insertions(+), 7 deletions(-)
|
1 file changed, 7 insertions(+), 7 deletions(-)
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_7~svn338163/lldb/source/API/CMakeLists.txt
|
Index: llvm-toolchain-7_7~+rc1/lldb/source/API/CMakeLists.txt
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_7~svn338163.orig/lldb/source/API/CMakeLists.txt
|
--- llvm-toolchain-7_7~+rc1.orig/lldb/source/API/CMakeLists.txt
|
||||||
+++ llvm-toolchain-snapshot_7~svn338163/lldb/source/API/CMakeLists.txt
|
+++ llvm-toolchain-7_7~+rc1/lldb/source/API/CMakeLists.txt
|
||||||
@@ -4,7 +4,12 @@ endif()
|
@@ -4,7 +4,12 @@ endif()
|
||||||
|
|
||||||
get_property(LLDB_ALL_PLUGINS GLOBAL PROPERTY LLDB_PLUGINS)
|
get_property(LLDB_ALL_PLUGINS GLOBAL PROPERTY LLDB_PLUGINS)
|
||||||
@ -20,12 +20,12 @@ Index: llvm-toolchain-snapshot_7~svn338163/lldb/source/API/CMakeLists.txt
|
|||||||
SBAddress.cpp
|
SBAddress.cpp
|
||||||
SBAttachInfo.cpp
|
SBAttachInfo.cpp
|
||||||
SBBlock.cpp
|
SBBlock.cpp
|
||||||
@@ -121,7 +126,7 @@ if (LLDB_BUILD_FRAMEWORK)
|
@@ -112,7 +117,7 @@ endif ()
|
||||||
else()
|
|
||||||
set_target_properties(liblldb
|
|
||||||
PROPERTIES
|
|
||||||
- VERSION ${LLDB_VERSION}
|
|
||||||
+ VERSION 1
|
|
||||||
OUTPUT_NAME lldb)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
set_target_properties(liblldb
|
||||||
|
PROPERTIES
|
||||||
|
- VERSION ${LLDB_VERSION}
|
||||||
|
+ VERSION 1
|
||||||
|
)
|
||||||
|
|
||||||
|
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||||
|
Loading…
Reference in New Issue
Block a user