[Lldb-commits] [lldb] [lldb][docs] Document the script interpreter plugin build options (PR #212655)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 30 09:12:45 PDT 2026
================
@@ -266,6 +266,21 @@ $ cmake -G Ninja \
It is strongly recommend to use a release build for the compiler to speed up
test execution.
+#### Script Interpreter Plugins
+
+LLDB's script interpreter plugins (for Python and Lua) can be built as static
+or dynamic libraries. This is controlled by
+`LLDB_ENABLE_DYNAMIC_SCRIPTINTERPRETERS`, which defaults to `ON` on masOS and
----------------
JDevlieghere wrote:
It's macOS and Xcode ;-)
https://github.com/llvm/llvm-project/pull/212655
More information about the lldb-commits
mailing list