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

2018-10-07 Thread Vadim Chugunov via Phabricator via lldb-commits
vadimcn added a comment.

Thanks,
What changed in SWIG 3.0.11?


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D52404



___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


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

2018-10-07 Thread Pavel Labath via Phabricator via lldb-commits
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



___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits