mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-30 18:48:55 +00:00
rebase of the patch
This commit is contained in:
parent
fb1f456314
commit
11c49fe593
14
debian/patches/lldb-soname.diff
vendored
14
debian/patches/lldb-soname.diff
vendored
@ -2,11 +2,11 @@
|
||||
lldb/source/API/CMakeLists.txt | 14 +++++++-------
|
||||
1 file changed, 7 insertions(+), 7 deletions(-)
|
||||
|
||||
Index: llvm-toolchain-snapshot_10~+20191215044521+fd7dca98373/lldb/source/API/CMakeLists.txt
|
||||
Index: llvm-toolchain-snapshot_10~++20200103094450+3186b18b998/lldb/source/API/CMakeLists.txt
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_10~+20191215044521+fd7dca98373.orig/lldb/source/API/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot_10~+20191215044521+fd7dca98373/lldb/source/API/CMakeLists.txt
|
||||
@@ -14,7 +14,12 @@ if(LLDB_BUILD_FRAMEWORK)
|
||||
--- llvm-toolchain-snapshot_10~++20200103094450+3186b18b998.orig/lldb/source/API/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot_10~++20200103094450+3186b18b998/lldb/source/API/CMakeLists.txt
|
||||
@@ -19,7 +19,12 @@ if(LLDB_BUILD_FRAMEWORK)
|
||||
set(option_framework FRAMEWORK)
|
||||
endif()
|
||||
|
||||
@ -20,7 +20,7 @@ Index: llvm-toolchain-snapshot_10~+20191215044521+fd7dca98373/lldb/source/API/CM
|
||||
SBAddress.cpp
|
||||
SBAttachInfo.cpp
|
||||
SBBlock.cpp
|
||||
@@ -132,7 +137,7 @@ endif()
|
||||
@@ -151,7 +156,7 @@ endif()
|
||||
|
||||
set_target_properties(liblldb
|
||||
PROPERTIES
|
||||
@ -29,9 +29,9 @@ Index: llvm-toolchain-snapshot_10~+20191215044521+fd7dca98373/lldb/source/API/CM
|
||||
)
|
||||
|
||||
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||
@@ -157,11 +162,6 @@ if ( CMAKE_SYSTEM_NAME MATCHES "Windows"
|
||||
@@ -176,11 +181,6 @@ if ( CMAKE_SYSTEM_NAME MATCHES "Windows"
|
||||
if (MSVC AND LLDB_ENABLE_PYTHON)
|
||||
target_link_libraries(liblldb PRIVATE ${PYTHON_LIBRARY})
|
||||
target_link_libraries(liblldb PRIVATE ${PYTHON_LIBRARIES})
|
||||
endif()
|
||||
-else()
|
||||
- set_target_properties(liblldb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user