[Lldb-commits] [PATCH] D68858: [lldb] Creates _liblldb symlink from cmake

Haibo Huang via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 10 22:42:55 PDT 2019


hhb created this revision.
hhb added a project: LLDB.
hhb updated this revision to Diff 224544.
hhb added a comment.
hhb updated this revision to Diff 224545.

Fix format


hhb added a comment.

Rebase


This is another attempt of D67993 <https://reviews.llvm.org/D67993>.

This change removed hard coded relative paths. This way we can generate correct result when get_python_lib() returns a different path, or LLDB_PYTHON_RELATIVE_PATH is specified directly.

By moving things out of python, we are also able to correctly process more cross compile situations. E.g. .pyd vs .so for Windows.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D68858

Files:
  lldb/CMakeLists.txt
  lldb/scripts/Python/finishSwigPythonLLDB.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68858.224545.patch
Type: text/x-patch
Size: 13846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191011/ec6f0a94/attachment-0001.bin>


More information about the lldb-commits mailing list