[Lldb-commits] [PATCH] D71232: [lldb/Lua] Add Boilerplate for a Lua Script Interpreter
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 20 07:58:24 PST 2019
labath added inline comments.
================
Comment at: lldb/cmake/modules/LLDBConfig.cmake:62
option(LLDB_ENABLE_PYTHON "Enable Python scripting integration." ${default_enable_python})
+option(LLDB_ENABLE_PYTHON "Enable Lua scripting integration." ${default_enable_lua})
option(LLDB_ENABLE_LIBEDIT "Enable the use of editline." ${default_enable_libedit})
----------------
Umm... I guess this wanted to be LLDB_ENABLE_LUA ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71232/new/
https://reviews.llvm.org/D71232
More information about the lldb-commits
mailing list