[Lldb-commits] [lldb] [LLDB] Add lldb-python-scripts to the things installed on Linux. (PR #85080)

Alastair Houghton via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 13 07:01:29 PDT 2024


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



More information about the lldb-commits mailing list