Remove lldb-disable-swig-error.diff - no longer necessary

This commit is contained in:
Sylvestre Ledru 2023-08-05 09:04:10 +02:00
parent 9b7abbf12e
commit d0d0b442df
3 changed files with 1 additions and 14 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ llvm-toolchain-snapshot (1:18~++20230726101950+e00e0b6fb004-1~exp2) UNRELEASED;
* snapshot is now 18 * snapshot is now 18
* Remove llvm-remark-size-diff & llvm-tapi-diff from llvm-X.Y-dev * Remove llvm-remark-size-diff & llvm-tapi-diff from llvm-X.Y-dev
* Remove lldb-disable-swig-error.diff - no longer necessary
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 05 Aug 2023 09:00:30 +0200 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 05 Aug 2023 09:00:30 +0200

View File

@ -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.

View File

@ -54,7 +54,6 @@ fix-scan-view-path.diff
lldb/lldb-link-atomic-cmake.patch lldb/lldb-link-atomic-cmake.patch
lldb/lldb-addversion-suffix-to-llvm-server-exec.patch lldb/lldb-addversion-suffix-to-llvm-server-exec.patch
lldb/lldb-missing-install.diff lldb/lldb-missing-install.diff
lldb/lldb-disable-swig-error.diff
# Fix arch issue # Fix arch issue
disable-error-xray.diff disable-error-xray.diff