mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 16:42:12 +00:00
rebase of the patch
This commit is contained in:
parent
205421c133
commit
3940bfdc70
10
debian/patches/lldb-soname.diff
vendored
10
debian/patches/lldb-soname.diff
vendored
@ -2,10 +2,10 @@
|
||||
lldb/source/API/CMakeLists.txt | 14 +++++++-------
|
||||
1 file changed, 7 insertions(+), 7 deletions(-)
|
||||
|
||||
Index: llvm-toolchain-snapshot_12~++20200817104344+45cc86b09bc/lldb/source/API/CMakeLists.txt
|
||||
Index: llvm-toolchain-snapshot_12~++20200913082648+c0bcd11068f/lldb/source/API/CMakeLists.txt
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_12~++20200817104344+45cc86b09bc.orig/lldb/source/API/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot_12~++20200817104344+45cc86b09bc/lldb/source/API/CMakeLists.txt
|
||||
--- llvm-toolchain-snapshot_12~++20200913082648+c0bcd11068f.orig/lldb/source/API/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot_12~++20200913082648+c0bcd11068f/lldb/source/API/CMakeLists.txt
|
||||
@@ -19,7 +19,12 @@ if(LLDB_ENABLE_LUA)
|
||||
set(lldb_lua_wrapper ${lua_bindings_dir}/LLDBWrapLua.cpp)
|
||||
endif()
|
||||
@ -29,8 +29,8 @@ Index: llvm-toolchain-snapshot_12~++20200817104344+45cc86b09bc/lldb/source/API/C
|
||||
)
|
||||
|
||||
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||
@@ -188,11 +193,6 @@ if ( CMAKE_SYSTEM_NAME MATCHES "Windows"
|
||||
if (MSVC AND LLDB_ENABLE_PYTHON)
|
||||
@@ -188,11 +193,6 @@ if (MSVC)
|
||||
if (LLDB_ENABLE_PYTHON)
|
||||
target_link_libraries(liblldb PRIVATE ${Python3_LIBRARIES})
|
||||
endif()
|
||||
-else()
|
||||
|
Loading…
Reference in New Issue
Block a user