[PATCH] D67583: Fix swig python package path

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 01:05:56 PDT 2019


mgorny added a comment.

In D67583#1678505 <https://reviews.llvm.org/D67583#1678505>, @labath wrote:

> This will work for the python-in-lldb case. However, the idea is lldb can also be used as python package, from any python application (by just typing `import lldb`). For that to work, we need to install lldb python stuff to a location that will be searched for by python in its default configuration.


I agree. Hence, I sent D67890 <https://reviews.llvm.org/D67890> yesterday.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67583/new/

https://reviews.llvm.org/D67583





More information about the llvm-commits mailing list