summaryrefslogtreecommitdiff
path: root/lldb/cmake
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2023-01-24 19:46:26 -0800
committerJordan Rupprecht <rupprecht@google.com>2023-01-24 19:46:26 -0800
commit5ed6d99a8311e54762df3d40dfb1d12578aaa4f5 (patch)
treecc814729a58fd6af57162f3f86b10c4542b391d8 /lldb/cmake
parent5dd7c16c3dcfd3154a53ee59e0e092c1e0092197 (diff)
downloadllvm-5ed6d99a8311e54762df3d40dfb1d12578aaa4f5.tar.gz
[lldb] Remove legacy six module for py2->py3
LLDB only supports Python3 now, so the `six` shim for Python2 is no longer necessary. Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D142140
Diffstat (limited to 'lldb/cmake')
-rw-r--r--lldb/cmake/modules/LLDBConfig.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/cmake/modules/LLDBConfig.cmake b/lldb/cmake/modules/LLDBConfig.cmake
index ebb1eec8464a..ec06ba285f27 100644
--- a/lldb/cmake/modules/LLDBConfig.cmake
+++ b/lldb/cmake/modules/LLDBConfig.cmake
@@ -65,7 +65,6 @@ add_optional_dependency(LLDB_ENABLE_PYTHON "Enable Python scripting support in L
add_optional_dependency(LLDB_ENABLE_LIBXML2 "Enable Libxml 2 support in LLDB" LibXml2 LIBXML2_FOUND VERSION 2.8)
add_optional_dependency(LLDB_ENABLE_FBSDVMCORE "Enable libfbsdvmcore support in LLDB" FBSDVMCore FBSDVMCore_FOUND QUIET)
-option(LLDB_USE_SYSTEM_SIX "Use six.py shipped with system and do not install a copy of it" OFF)
option(LLDB_USE_ENTITLEMENTS "When codesigning, use entitlements if available" ON)
option(LLDB_BUILD_FRAMEWORK "Build LLDB.framework (Darwin only)" OFF)
option(LLDB_NO_INSTALL_DEFAULT_RPATH "Disable default RPATH settings in binaries" OFF)