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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Oct 6 23:34:50 PDT 2018


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Sorry for the delay. I *think* this should be fine, but with these things its hard to tell whether it won't break someone's build/release setup. However, it does solve a real problem (I've hit this issue myself a couple of times on windows), so I think we should give it a try.

It might be good to note that this will only ever make a difference if one is using swig>=3.0.11.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D52404





More information about the lldb-commits mailing list