[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 12 Dec 2019 17:22:34 +0000 (09:22 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 12 Dec 2019 17:23:06 +0000 (09:23 -0800)
commit62456e579eebe012e5a6ebcf9960aef9d7babf87
tree7b004c3d296986f9d8734dbd27ecab558f9362c9
parentbd12a322d7e0b2541880c00f5551e047e06be982
[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT

This matches the naming scheme used by LLVM.

Differential revision: https://reviews.llvm.org/D71380
12 files changed:
lldb/cmake/modules/LLDBConfig.cmake
lldb/docs/resources/build.rst
lldb/include/lldb/Core/IOHandler.h
lldb/include/lldb/Host/Config.h.cmake
lldb/source/Core/CMakeLists.txt
lldb/source/Core/IOHandler.cpp
lldb/source/Host/CMakeLists.txt
lldb/source/Interpreter/CMakeLists.txt
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h
lldb/unittests/Editline/EditlineTest.cpp