mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-31 14:09:18 +00:00
rebase of the patch
This commit is contained in:
parent
ee41a9a732
commit
33baf6bcb0
14
debian/patches/lldb/lldb-soname.diff
vendored
14
debian/patches/lldb/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_19~++20240525104623+faef8b4aa245/lldb/source/API/CMakeLists.txt
|
||||
Index: llvm-toolchain-snapshot_19~++20240528111735+bbca20f0b1ab/lldb/source/API/CMakeLists.txt
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_19~++20240525104623+faef8b4aa245.orig/lldb/source/API/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot_19~++20240525104623+faef8b4aa245/lldb/source/API/CMakeLists.txt
|
||||
--- llvm-toolchain-snapshot_19~++20240528111735+bbca20f0b1ab.orig/lldb/source/API/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot_19~++20240528111735+bbca20f0b1ab/lldb/source/API/CMakeLists.txt
|
||||
@@ -40,7 +40,12 @@ add_custom_target(lldb-sbapi-dwarf-enums
|
||||
DEPENDS ${sb_languages_file})
|
||||
set_target_properties(lldb-sbapi-dwarf-enums PROPERTIES FOLDER "LLDB/Tablegenning")
|
||||
@ -18,9 +18,9 @@ Index: llvm-toolchain-snapshot_19~++20240525104623+faef8b4aa245/lldb/source/API/
|
||||
+
|
||||
+add_lldb_library(liblldb SHARED OUTPUT_NAME ${output_name} SONAME
|
||||
SBAddress.cpp
|
||||
SBAttachInfo.cpp
|
||||
SBBlock.cpp
|
||||
@@ -192,7 +197,7 @@ endif()
|
||||
SBAddressRange.cpp
|
||||
SBAddressRangeList.cpp
|
||||
@@ -194,7 +199,7 @@ endif()
|
||||
|
||||
set_target_properties(liblldb
|
||||
PROPERTIES
|
||||
@ -29,7 +29,7 @@ Index: llvm-toolchain-snapshot_19~++20240525104623+faef8b4aa245/lldb/source/API/
|
||||
)
|
||||
|
||||
target_compile_definitions(liblldb PRIVATE LLDB_IN_LIBLLDB)
|
||||
@@ -256,12 +261,12 @@ elseif (LLDB_EXPORT_ALL_SYMBOLS)
|
||||
@@ -258,12 +263,12 @@ elseif (LLDB_EXPORT_ALL_SYMBOLS)
|
||||
add_llvm_symbol_exports(liblldb ${exported_symbol_file})
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user