mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 09:50:53 +00:00
Remove lldb-disable-swig-error.diff - no longer necessary
This commit is contained in:
parent
9b7abbf12e
commit
d0d0b442df
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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 <sylvestre@debian.org> Sat, 05 Aug 2023 09:00:30 +0200
|
||||
|
||||
|
13
debian/patches/lldb/lldb-disable-swig-error.diff
vendored
13
debian/patches/lldb/lldb-disable-swig-error.diff
vendored
@ -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.
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user