summaryrefslogtreecommitdiffstats
path: root/lldb/docs
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-12-12 09:22:34 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2019-12-12 09:23:06 -0800
commit62456e579eebe012e5a6ebcf9960aef9d7babf87 (patch)
tree7b004c3d296986f9d8734dbd27ecab558f9362c9 /lldb/docs
parentbd12a322d7e0b2541880c00f5551e047e06be982 (diff)
downloadbcm5719-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/docs')
-rw-r--r--lldb/docs/resources/build.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/docs/resources/build.rst b/lldb/docs/resources/build.rst
index 0297e65cc38..4d9850c485b 100644
--- a/lldb/docs/resources/build.rst
+++ b/lldb/docs/resources/build.rst
@@ -401,8 +401,8 @@ further by passing the appropriate cmake options, such as:
::
- -DLLDB_DISABLE_LIBEDIT=1
-DLLDB_DISABLE_PYTHON=1
+ -DLLDB_ENABLE_LIBEDIT=0
-DLLDB_ENABLE_CURSES=0
-DLLVM_ENABLE_TERMINFO=0
@@ -454,7 +454,7 @@ to prepare the cmake build with the following parameters:
-DLLVM_TABLEGEN=<path-to-host>/bin/llvm-tblgen \
-DCLANG_TABLEGEN=<path-to-host>/bin/clang-tblgen \
-DLLDB_DISABLE_PYTHON=1 \
- -DLLDB_DISABLE_LIBEDIT=1 \
+ -DLLDB_ENABLE_LIBEDIT=0 \
-DLLDB_ENABLE_CURSES=0
An alternative (and recommended) way to compile LLDB is with clang.
OpenPOWER on IntegriCloud