[Lldb-commits] [PATCH] D71235: [lldb/Lua] Generate Lua Bindings and Make Them Available to the Script Interpreter
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Dec 22 10:59:13 PST 2019
JDevlieghere marked an inline comment as done.
JDevlieghere added inline comments.
================
Comment at: lldb/CMakeLists.txt:55
- add_subdirectory(scripts)
endif ()
----------------
mstorsjo wrote:
> This change here (unconditionally including the scripts subdir) made SWIG a hard dependency, even if both lua and python are disabled.
>
> I pushed a commit to fix that, I hope that's ok.
Totally, thanks for fixing this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71235/new/
https://reviews.llvm.org/D71235
More information about the lldb-commits
mailing list