[Lldb-commits] [lldb] a75d0a3 - [LLDB] Add lldb-python-scripts to the things installed on Linux. (#85080)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 14 08:22:34 PDT 2024
Author: Alastair Houghton
Date: 2024-03-14T08:22:29-07:00
New Revision: a75d0a3dbab6215db228cedf5f2458e251c30637
URL: https://github.com/llvm/llvm-project/commit/a75d0a3dbab6215db228cedf5f2458e251c30637
DIFF: https://github.com/llvm/llvm-project/commit/a75d0a3dbab6215db228cedf5f2458e251c30637.diff
LOG: [LLDB] Add lldb-python-scripts to the things installed on Linux. (#85080)
Added:
Modified:
lldb/cmake/caches/Apple-lldb-Linux.cmake
Removed:
################################################################################
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