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

Tatyana Krasnukha via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 6 09:29:06 PDT 2020


tatyana-krasnukha accepted this revision.
tatyana-krasnukha added a comment.
This revision is now accepted and ready to land.

I used Swig 3.0.12 + cherry-picked commit that fixes that bug (https://github.com/swig/swig/issues/1321) on Windows. It worked well  with both Python 3.7 and 3.8.

The only issue I still have with Python 3.8 and later is importing liblldb.dll from a python script (https://llvm.org/pr46891) while running the test-suite.


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