From 7fadafd863c4ac2d8463bc88041c967a133f5562 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 6 Oct 2020 11:02:55 +0200 Subject: [PATCH] rebase of the patches --- debian/patches/lldb-soname.diff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/lldb-soname.diff b/debian/patches/lldb-soname.diff index e598c4b3..e36b0004 100644 --- a/debian/patches/lldb-soname.diff +++ b/debian/patches/lldb-soname.diff @@ -2,10 +2,10 @@ lldb/source/API/CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -Index: llvm-toolchain-snapshot_12~++20200913082648+c0bcd11068f/lldb/source/API/CMakeLists.txt +Index: llvm-toolchain-snapshot_12~++20201006102312+4a8c70c3194/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 +--- llvm-toolchain-snapshot_12~++20201006102312+4a8c70c3194.orig/lldb/source/API/CMakeLists.txt ++++ llvm-toolchain-snapshot_12~++20201006102312+4a8c70c3194/lldb/source/API/CMakeLists.txt @@ -19,7 +19,12 @@ if(LLDB_ENABLE_LUA) set(lldb_lua_wrapper ${lua_bindings_dir}/LLDBWrapLua.cpp) endif() @@ -40,4 +40,4 @@ Index: llvm-toolchain-snapshot_12~++20200913082648+c0bcd11068f/lldb/source/API/C - ) endif() - if (NOT LLDB_BUILT_STANDALONE) + # The Clang expression parser in LLDB requires the Clang resource directory to function.