We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b3110 commit a9cfe84Copy full SHA for a9cfe84
llvm/docs/ReleaseNotes.md
@@ -311,7 +311,7 @@ Changes to LLDB
311
stop reason = SIGSEGV: sent by tkill system call (sender pid=649752, uid=2667987)
312
```
313
* ELF Cores can now have their siginfo structures inspected using `thread siginfo`.
314
-* Disassembly of unknown instructions now produces "<unknown>" instead of
+* Disassembly of unknown instructions now produces `<unknown>` instead of
315
nothing at all
316
* Changed the format of opcode bytes to match llvm-objdump when disassembling
317
RISC-V code with `disassemble`'s `--byte` option.
0 commit comments