Skip to content

Commit 33396d7

Browse files
authored
[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.
1 parent 372e999 commit 33396d7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,7 @@ Changes to LLDB
315315
[DIL](https://discourse.llvm.org/t/rfc-data-inspection-language/69893) as the
316316
default implementation for 'frame variable'. This should not change the
317317
behavior of 'frame variable' at all, at this time. To revert to using the
318-
old implementation use
319-
```
320-
settings set target.experimental.use-DIL false
321-
```
318+
old implementation use: `settings set target.experimental.use-DIL false`.
322319
* Disassembly of unknown instructions now produces `<unknown>` instead of
323320
nothing at all
324321
* Changed the format of opcode bytes to match llvm-objdump when disassembling

0 commit comments

Comments
 (0)