[PATCH] D67583: Fix swig python package path

Hal Gentz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 20:23:18 PDT 2019


ZeGentzy added a comment.

In D67583#1675714 <https://reviews.llvm.org/D67583#1675714>, @hhb wrote:

> My theory now is that your python has a different implementation of get_python_lib(). After all we should not guess what python would do. I'm making a change.
>  If you still interested in testing that, you can fix the path in a.py...


Oh, derp, I completely missed that. I get `(True, '/src/out/./lib/python3.7/site-packages/lldb', '')` for python and `(True, '/src/out/./lib/python2.7/site-packages/lldb', '')` for python2.


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