[llvm-branch-commits] [llvm] Add release note for LLDB_ENABLE_DYNAMIC_SCRIPTINTERPRETERS (PR #211837)
Jonas Devlieghere via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 27 07:36:37 PDT 2026
================
@@ -454,6 +454,8 @@ Makes programs 10x faster by doing Special New Thing.
* A new `diagnostics report` command (aliased `bugreport`) assembles a diagnostics bundle and files
a pre-filled GitHub issue, pointing at the bundle to attach. The GitHub reporter is built by
default and can be disabled with the `LLDB_ENABLE_GITHUB_BUG_REPORTER=OFF` CMake option.
+* The script interpreter plugins are now built as shared libraries by default on Darwin and FreeBSD
+ (`LLDB_ENABLE_DYNAMIC_SCRIPTINTERPRETERS=ON`).
----------------
JDevlieghere wrote:
`LLDB_ENABLE_PYTHON_LIMITED_API` is on by default everywhere you have a recent enough SWIG. I'm not sure this option is worth mentioning because despite the name being accurate, you don't get any of the benefits without the `LLDB_ENABLE_DYNAMIC_SCRIPTINTERPRETERS` (except on Windows).
https://github.com/llvm/llvm-project/pull/211837
More information about the llvm-branch-commits
mailing list