[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 08:52:58 PDT 2026


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

>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 1/2] 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
 

>From f5651eab06e48e14b92c9801e7d1ae5c9681f4ff Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere <jonas at devlieghere.com>
Date: Mon, 27 Jul 2026 08:52:35 -0700
Subject: [PATCH 2/2] Add David's suggestion

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

diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 5762449b9f64c..d19470e4eaf4a 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -455,7 +455,7 @@ Makes programs 10x faster by doing Special New Thing.
   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`).
+  (`LLDB_ENABLE_DYNAMIC_SCRIPTINTERPRETERS=ON`). This can be opted into on Linux also.
 
 #### Deprecated APIs
 



More information about the llvm-branch-commits mailing list