[SWIG] Deprecate SWIG 1.x
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 16 Jul 2019 15:14:01 +0000 (15:14 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 16 Jul 2019 15:14:01 +0000 (15:14 +0000)
commitd3941e663066eb120ea8b79983122897d503d1c2
treeeb9e7496aa3f2e56e8a51964bab3ae25ffc15776
parent8ece3b6719948a08d1f654d97f53dbd08891199d
[SWIG] Deprecate SWIG 1.x

The last swig 1.x release dates from 2009, now 10 years ago. Recently, I
fixed an issue that prevented us from using swig 4 (r364974), which
turned out to be not backward compatible with swig 1.x (r365718).

This patch deprecates this (really old) version of swig and makes swig 2
the minimum supported version in LLDB . This should be fine for the
build bots, which are all running swig 3 or later.

Differential revision: https://reviews.llvm.org/D64782

llvm-svn: 366213
lldb/scripts/CMakeLists.txt