https://github.com/al45tair created 
https://github.com/llvm/llvm-project/pull/85080

We should be installing the python scripts here.

rdar://123436512

>From 87d1f8011683499d6c225c1b855cec4c10dbb70e Mon Sep 17 00:00:00 2001
From: Alastair Houghton <ahough...@apple.com>
Date: Thu, 22 Feb 2024 11:49:30 +0000
Subject: [PATCH] [LLDB] Add lldb-python-scripts to the things installed on
 Linux.

We should be installing the python scripts here.

rdar://123436512
---
 lldb/cmake/caches/Apple-lldb-Linux.cmake | 1 +
 1 file changed, 1 insertion(+)

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 "")

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to