diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-12-12 09:22:34 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-12-12 09:23:06 -0800 |
commit | 62456e579eebe012e5a6ebcf9960aef9d7babf87 (patch) | |
tree | 7b004c3d296986f9d8734dbd27ecab558f9362c9 /lldb/source/Interpreter/CommandInterpreter.cpp | |
parent | bd12a322d7e0b2541880c00f5551e047e06be982 (diff) | |
download | bcm5719-llvm-62456e579eebe012e5a6ebcf9960aef9d7babf87.tar.gz bcm5719-llvm-62456e579eebe012e5a6ebcf9960aef9d7babf87.zip |
[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
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandInterpreter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index ace7e4d64d6..7c2739f9dd4 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -49,7 +49,7 @@ #include "lldb/Utility/Timer.h" #include "lldb/Host/Config.h" -#ifndef LLDB_DISABLE_LIBEDIT +#if LLDB_ENABLE_LIBEDIT #include "lldb/Host/Editline.h" #endif #include "lldb/Host/Host.h" |