[llvm] 33396d7 - [LLDB] Update release note about DIL as requested. (#149117)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 16 08:29:36 PDT 2025
Author: cmtice
Date: 2025-07-16T08:29:33-07:00
New Revision: 33396d71e9aef624670380e11348a11b8ff74246
URL: https://github.com/llvm/llvm-project/commit/33396d71e9aef624670380e11348a11b8ff74246
DIFF: https://github.com/llvm/llvm-project/commit/33396d71e9aef624670380e11348a11b8ff74246.diff
LOG: [LLDB] Update release note about DIL as requested. (#149117)
A post-commit review on PR #147887 requested a minor update to the
formatting of the LLDB DIL implementation release note.
Added:
Modified:
llvm/docs/ReleaseNotes.md
Removed:
################################################################################
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