From 33baf6bcb0306fea8b47c11abd7f9caedb92c6ae Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 28 May 2024 23:19:08 +0200 Subject: [PATCH] rebase of the patch --- debian/patches/lldb/lldb-soname.diff | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/patches/lldb/lldb-soname.diff b/debian/patches/lldb/lldb-soname.diff index 90885702..a5f73586 100644 --- a/debian/patches/lldb/lldb-soname.diff +++ b/debian/patches/lldb/lldb-soname.diff @@ -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()