[Lldb-commits] [lldb] [LLDB] Add lldb-python-scripts to the things installed on Linux. (PR #85080)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 13 07:02:01 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Alastair Houghton (al45tair)
<details>
<summary>Changes</summary>
We should be installing the python scripts here.
rdar://123436512
---
Full diff: https://github.com/llvm/llvm-project/pull/85080.diff
1 Files Affected:
- (modified) lldb/cmake/caches/Apple-lldb-Linux.cmake (+1)
``````````diff
diff --git a/lldb/cmake/caches/Apple-lldb-Linux.cmake b/lldb/cmake/caches/Apple-lldb-Linux.cmake
index 13d3839f852f61..b2d3cf595fe18d 100644
--- a/lldb/cmake/caches/Apple-lldb-Linux.cmake
+++ b/lldb/cmake/caches/Apple-lldb-Linux.cmake
@@ -5,4 +5,5 @@ set(LLVM_DISTRIBUTION_COMPONENTS
liblldb
lldb-argdumper
lldb-server
+ lldb-python-scripts
CACHE STRING "")
``````````
</details>
https://github.com/llvm/llvm-project/pull/85080
More information about the lldb-commits
mailing list