projects
/
llvm-toolchain-5.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46bccc
)
lldb-disable-swig-error
author
LLVM Packaging Team
<pkg-llvm-team@lists.alioth.debian.org>
Sun, 6 May 2018 15:42:16 +0000
(16:42 +0100)
committer
Peter Wu
<peter@lekensteyn.nl>
Sun, 6 May 2018 15:42:16 +0000
(16:42 +0100)
===================================================================
Gbp-Pq: Name lldb-disable-swig-error.diff
lldb/scripts/lldb.swig
patch
|
blob
|
history
diff --git
a/lldb/scripts/lldb.swig
b/lldb/scripts/lldb.swig
index 8345a4b95038aefb810d2182d95afdd872a51c93..3693c3824cb69bad5d993ae9cdbf56e4e98d61d8 100644
(file)
--- a/
lldb/scripts/lldb.swig
+++ b/
lldb/scripts/lldb.swig
@@
-50,7
+50,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.