[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 01:59:14 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:

Is there a second option to make the lldb python library also version agnostic? Should that be mentioned too?

Add "This can be opted into on Linux also." to make it clear it is supported just not on by default.

https://github.com/llvm/llvm-project/pull/211837


More information about the llvm-branch-commits mailing list