[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
Fri Jul 24 08:48:47 PDT 2026


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

https://discourse.llvm.org/t/update-on-breaking-the-lldb-python-revlock/90995/

>From 0614ba878bf5144f867487745705d3b4505f5533 Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere <jonas at devlieghere.com>
Date: Fri, 24 Jul 2026 08:46:53 -0700
Subject: [PATCH] Add release note for LLDB_ENABLE_DYNAMIC_SCRIPTINTERPRETERS

---
 llvm/docs/ReleaseNotes.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 36c8ed68cff28..5762449b9f64c 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -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`).
 
 #### Deprecated APIs
 



More information about the llvm-branch-commits mailing list