[all-commits] [llvm/llvm-project] 4e26cf: [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_EN...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Dec 13 13:44:24 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e26cf2cfb2b140a33ec236153cb2f23b5c44127
      https://github.com/llvm/llvm-project/commit/4e26cf2cfb2b140a33ec236153cb2f23b5c44127
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
    M lldb/CMakeLists.txt
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/docs/CMakeLists.txt
    M lldb/docs/resources/build.rst
    M lldb/include/lldb/Host/Config.h.cmake
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/source/API/CMakeLists.txt
    M lldb/source/API/SBHostOS.cpp
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Commands/CommandObjectType.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Interpreter/CommandObjectScript.cpp
    M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
    M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
    M lldb/source/Plugins/ScriptInterpreter/CMakeLists.txt
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
    M lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
    M lldb/test/API/lit.site.cfg.py.in
    M lldb/test/API/lldbtest.py
    M lldb/test/CMakeLists.txt
    M lldb/test/Shell/lit.cfg.py
    M lldb/test/Shell/lit.site.cfg.py.in
    M lldb/tools/intel-features/CMakeLists.txt
    M lldb/unittests/ScriptInterpreter/CMakeLists.txt

  Log Message:
  -----------
  [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON

This matches the naming scheme used by LLVM and all the other optional
dependencies in LLDB.

Differential revision: https://reviews.llvm.org/D71482




More information about the All-commits mailing list