diff options
author | cmtice <cmtice@google.com> | 2025-07-16 08:29:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-16 08:29:33 -0700 |
commit | 33396d71e9aef624670380e11348a11b8ff74246 (patch) | |
tree | fc254985e4d2c814adde9793874301836948414a /llvm | |
parent | 372e99938f53bada5788a063e539ccc477ec3af9 (diff) | |
download | llvm-33396d71e9aef624670380e11348a11b8ff74246.zip llvm-33396d71e9aef624670380e11348a11b8ff74246.tar.gz llvm-33396d71e9aef624670380e11348a11b8ff74246.tar.bz2 |
[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.
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ReleaseNotes.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 4def872..68d653b 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 |