From d0d0b442df46d04461f9481b54ceef90b46007dd Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 5 Aug 2023 09:04:10 +0200 Subject: [PATCH] Remove lldb-disable-swig-error.diff - no longer necessary --- debian/changelog | 1 + debian/patches/lldb/lldb-disable-swig-error.diff | 13 ------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 debian/patches/lldb/lldb-disable-swig-error.diff diff --git a/debian/changelog b/debian/changelog index 740dbd03..45ed1c94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ llvm-toolchain-snapshot (1:18~++20230726101950+e00e0b6fb004-1~exp2) UNRELEASED; * snapshot is now 18 * Remove llvm-remark-size-diff & llvm-tapi-diff from llvm-X.Y-dev + * Remove lldb-disable-swig-error.diff - no longer necessary -- Sylvestre Ledru Sat, 05 Aug 2023 09:00:30 +0200 diff --git a/debian/patches/lldb/lldb-disable-swig-error.diff b/debian/patches/lldb/lldb-disable-swig-error.diff deleted file mode 100644 index 8d9d97fa..00000000 --- a/debian/patches/lldb/lldb-disable-swig-error.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: llvm-toolchain-snapshot_14~++20211114120952+5b4bfd8c2415/lldb/bindings/python/python.swig -=================================================================== ---- llvm-toolchain-snapshot_14~++20211114120952+5b4bfd8c2415.orig/lldb/bindings/python/python.swig -+++ llvm-toolchain-snapshot_14~++20211114120952+5b4bfd8c2415/lldb/bindings/python/python.swig -@@ -54,7 +54,7 @@ except ImportError: - %enddef - // These versions will not generate working python modules, so error out early. - #if SWIG_VERSION >= 0x030009 && SWIG_VERSION < 0x030011 --#error Swig versions 3.0.9 and 3.0.10 are incompatible with lldb. -+#warning Swig versions 3.0.9 and 3.0.10 are incompatible with lldb. - #endif - - // The name of the module to be created. diff --git a/debian/patches/series b/debian/patches/series index f2744617..6ad96d43 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -54,7 +54,6 @@ fix-scan-view-path.diff lldb/lldb-link-atomic-cmake.patch lldb/lldb-addversion-suffix-to-llvm-server-exec.patch lldb/lldb-missing-install.diff -lldb/lldb-disable-swig-error.diff # Fix arch issue disable-error-xray.diff