[Lldb-commits] [PATCH] D14790: cmake: add -DLLDB_ALLOW_STATIC_BINDINGS=1, defaults off

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 18 21:20:09 PST 2015


zturner added a comment.

Kamil, the situation is a little complicated, please read the following threads for some context:

http://lists.llvm.org/pipermail/lldb-dev/2015-November/008802.html
http://lists.llvm.org/pipermail/lldb-dev/2015-November/008829.html
http://lists.llvm.org/pipermail/lldb-dev/2015-November/008851.html

TL;DR

1. `-DLLDB_DISABLE_PYTHON=1` is not going anywhere, you can still use it.
2. Yes there are license problems with certain versions of swig, but only for some people, and other people *must* use a different version, so there is not currently a single enforceable version that works for everyone.

If you have further comments of a general nature, it's probably best to continue discussing them on one of the aforementioned threads (or create a new thread on lldb-dev)


http://reviews.llvm.org/D14790





More information about the lldb-commits mailing list