[Lldb-commits] [PATCH] D29405: Install six.py conditionally

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 2 10:43:01 PST 2017


labath added a comment.

Unfortunately, this prevents six.py being copied into the build directory, so a non-installed lldb will still not work (if you don't have the system six.py).

It looks like you will have to pass this flag into finishSwigPythonLLDB.py and check the condition there.


Repository:
  rL LLVM

https://reviews.llvm.org/D29405





More information about the lldb-commits mailing list