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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to