diff options
author | Antonio Afonso <antonio.afonso@gmail.com> | 2019-10-04 18:10:42 +0000 |
---|---|---|
committer | Antonio Afonso <antonio.afonso@gmail.com> | 2019-10-04 18:10:42 +0000 |
commit | f6bedd81cca5c1a60ef5faa5a5e9cb3d5737ffdd (patch) | |
tree | d4bd40322aeb481f427e6d7c7d850591cfb05db1 /lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py | |
parent | 432ae75f8bb2d1e13e71ddd347fa356d87459e58 (diff) | |
download | bcm5719-llvm-f6bedd81cca5c1a60ef5faa5a5e9cb3d5737ffdd.tar.gz bcm5719-llvm-f6bedd81cca5c1a60ef5faa5a5e9cb3d5737ffdd.zip |
Componentize lldb/scripts to use with LLVM_DISTRIBUTION_COMPONENTS
Summary:
I'd like to install lldb using the install-distribution target with LLVM_DISTRIBUTION_COMPONENTS but this is currently not possible as the lldb/scripts do not provide any component we can use and install the python scripts.
For this effect I created an lldb-python-scripts target and added the install-lldb-python-scripts llvm install target.
I tested with:
cmake ... -DLLVM_ENABLE_PROJECTS="clang;lldb" -DLLVM_DISTRIBUTION_COMPONENTS="lldb;liblldb;lldb-python-scripts" ...
DESTDIR=... ninja install-distribution
Then checked with bin/lldb -x -o 'script import lldb'
Reviewers: labath, xiaobai, clayborg, lanza
Subscribers: mgorny, lldb-commits, smeenai, wallace
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D68370
llvm-svn: 373768
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py')
0 files changed, 0 insertions, 0 deletions