[Lldb-commits] [PATCH] D88906: [lldb/docs] Clarify python/swig version incompatibility

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 7 06:20:02 PDT 2020


labath added a comment.

In D88906#2314777 <https://reviews.llvm.org/D88906#2314777>, @amccarth wrote:

> Yes, I also (independently) discovered this problem.

Yeah, that seems to be a fairly common problem. I'm gonna try to add some kind of a cmake warning about this.



================
Comment at: lldb/docs/resources/build.rst:81
+<https://github.com/swig/swig/issues/1321>` between Python version 3.7 and later
+and swig versions older than 4.0.0 which makes builds of lldb using debug
+versions of python unusable. This primarily affects windows, as debug builds of
----------------
JDevlieghere wrote:
> The rest of this page seems to be using `LLDB` rather than `lldb`. I have no preference as long as things are consistent.
sounds good.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88906/new/

https://reviews.llvm.org/D88906



More information about the lldb-commits mailing list