[Lldb-commits] [PATCH] D52404: Prevent double import of _lldb module

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Oct 7 01:52:46 PDT 2018


labath added a comment.

In https://reviews.llvm.org/D52404#1257347, @vadimcn wrote:

> Thanks,
>  What changed in SWIG 3.0.11?


That's the version which added support for the `moduleimport` attribute. Before that, the modules were imported using a fixed algorithm (I am not sure whether that algorithm was compatible or not with what you're doing here.)


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D52404





More information about the lldb-commits mailing list