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

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 2 13:25:10 PST 2017


krytarowski added a comment.

In https://reviews.llvm.org/D29405#664957, @labath wrote:

> 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.


I would do it but I understand how to pass a flag to this script. What and when is calling it? I guess that swig executable?

Is there an option to install this file to a build directory with CMake? This part is clearer.


Repository:
  rL LLVM

https://reviews.llvm.org/D29405





More information about the lldb-commits mailing list