Skip to content

Commit 3e7ddcc

Browse files
committed
[llvm][Docs] Fix some incorrect RST syntax in the tools release notes
1 parent d5c9ffd commit 3e7ddcc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -354,24 +354,24 @@ Changes to the LLVM tools
354354
would continue. Additionally, it can now continue when it encounters
355355
instructions which lack scheduling information. The behaviour can be
356356
controlled by the newly introduced
357-
`--skip-unsupported-instructions=<none|lack-sched|parse-failure|any>`, as
358-
documented in `--help` output and the command guide. (`#90474
359-
<https://github.com/llvm/llvm-project/pull/90474>`)
357+
``--skip-unsupported-instructions=<none|lack-sched|parse-failure|any>``, as
358+
documented in ``--help`` output and the command guide. (`#90474
359+
<https://github.com/llvm/llvm-project/pull/90474>`_)
360360

361361
* llvm-readobj's LLVM output format for ELF core files has been changed.
362362
Similarly, the JSON format has been fixed for this case. The NT_FILE note
363363
now has a map for the mapped files. (`#92835
364-
<https://github.com/llvm/llvm-project/pull/92835>`).
364+
<https://github.com/llvm/llvm-project/pull/92835>`_).
365365

366366
* llvm-cov now generates HTML report with JavaScript code to allow simple
367367
jumping between uncovered parts (lines/regions/branches) of code
368368
using buttons on top-right corner of the page or using keys (L/R/B or
369369
jumping in reverse direction with shift+L/R/B). (`#95662
370-
<https://github.com/llvm/llvm-project/pull/95662>`).
370+
<https://github.com/llvm/llvm-project/pull/95662>`_).
371371

372372
* llvm-config now quotes and escapes paths emitted in stdout, to account for
373373
spaces or other special characters in path.
374-
(`#97305 <https://github.com/llvm/llvm-project/pull/97305>`).
374+
(`#97305 <https://github.com/llvm/llvm-project/pull/97305>`_).
375375

376376
Changes to LLDB
377377
---------------------------------

0 commit comments

Comments
 (0)