[Lldb-commits] [PATCH] D71235: [lldb/Lua] Generate Lua Bindings and Make Them Available to the Script Interpreter

Martin Storsjö via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Dec 22 00:15:23 PST 2019


mstorsjo added inline comments.


================
Comment at: lldb/CMakeLists.txt:55
-  add_subdirectory(scripts)
 endif ()
 
----------------
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.


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