@@ -354,24 +354,24 @@ Changes to the LLVM tools
354
354
would continue. Additionally, it can now continue when it encounters
355
355
instructions which lack scheduling information. The behaviour can be
356
356
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> `_ )
360
360
361
361
* llvm-readobj's LLVM output format for ELF core files has been changed.
362
362
Similarly, the JSON format has been fixed for this case. The NT_FILE note
363
363
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> `_ ).
365
365
366
366
* llvm-cov now generates HTML report with JavaScript code to allow simple
367
367
jumping between uncovered parts (lines/regions/branches) of code
368
368
using buttons on top-right corner of the page or using keys (L/R/B or
369
369
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> `_ ).
371
371
372
372
* llvm-config now quotes and escapes paths emitted in stdout, to account for
373
373
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 >`_ ).
375
375
376
376
Changes to LLDB
377
377
---------------------------------
0 commit comments