[Lldb-commits] [PATCH] D67890: [lldb] [cmake] Unify and correct Python module installation paths

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 23 12:35:43 PDT 2019


mgorny updated this revision to Diff 221388.
mgorny retitled this revision from "[lldb] [cmake] Fix installing Python modules on systems using /usr/lib" to "[lldb] [cmake] Unify and correct Python module installation paths".
mgorny edited the summary of this revision.
mgorny added a comment.

O-kay, please try this patch instead. I think it should fix all the issues and avoid inconsistencies between various places this is used. However, I'm not sure if it doesn't break exotic platforms.


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

https://reviews.llvm.org/D67890

Files:
  lldb/scripts/CMakeLists.txt
  lldb/scripts/Python/prepare_binding_Python.py
  lldb/scripts/get_relative_lib_dir.py
  lldb/scripts/prepare_bindings.py
  lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
  lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67890.221388.patch
Type: text/x-patch
Size: 6795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190923/321f1b16/attachment.bin>


More information about the lldb-commits mailing list