[llvm] [LLDB] Update release note about DIL as requested. (PR #149117)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 16 08:24:31 PDT 2025


https://github.com/cmtice created https://github.com/llvm/llvm-project/pull/149117

A post-commit review on PR #147887 requested a minor update to the formatting of the LLDB DIL implementation release note.

>From e270968fe955d922685854be6d333c75e9856612 Mon Sep 17 00:00:00 2001
From: Caroline Tice <cmtice at google.com>
Date: Wed, 16 Jul 2025 08:20:16 -0700
Subject: [PATCH] [LLDB] Update release note about DIL as requested.

A post-commit review on PR #147887 requested a minor update
to the formatting of the LLDB DIL implementation release note.
---
 llvm/docs/ReleaseNotes.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 4def8725c1bf9..68d653b9b53d6 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -315,10 +315,7 @@ Changes to LLDB
   [DIL](https://discourse.llvm.org/t/rfc-data-inspection-language/69893) as the
   default implementation for 'frame variable'. This should not change the
   behavior of 'frame variable' at all, at this time. To revert to using the
-  old implementation use
-  ```
-     settings set target.experimental.use-DIL false
-   ```
+  old implementation use: `settings set target.experimental.use-DIL false`.
 * Disassembly of unknown instructions now produces `<unknown>` instead of
   nothing at all
 * Changed the format of opcode bytes to match llvm-objdump when disassembling



More information about the llvm-commits mailing list