[llvm-branch-commits] [llvm] Add release note for LLDB_ENABLE_DYNAMIC_SCRIPTINTERPRETERS (PR #211837)
David Spickett via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 27 02:00:36 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`).
----------------
DavidSpickett wrote:
LLDB_ENABLE_PYTHON_LIMITED_API is what I'm referring to. If that's already on by default everywhere then I don't think we need mention it.
https://github.com/llvm/llvm-project/pull/211837
More information about the llvm-branch-commits
mailing list