[llvm-branch-commits] [llvm] ReleaseNotes for LLVM binary utilities (PR #83751)
James Henderson via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Mar 4 00:26:17 PST 2024
================
@@ -344,21 +344,26 @@ Changes to the LLVM tools
* Fixed big-endian support in llvm-symbolizer's DWARF location parser.
* llvm-readelf now supports ``--extra-sym-info`` (``-X``) to display extra
information (section name) when showing symbols.
-
-* ``llvm-nm`` now supports the ``--line-numbers`` (``-l``) option to use
- debugging information to print symbols' filenames and line numbers.
+* ``llvm-readobj``/``llvm-readelf`` now supports ``--decompress``/``-z`` with
----------------
jh7370 wrote:
There are a number of references to tool names in other notes within this file without the backticks. They should probably be normalised at some point.
https://github.com/llvm/llvm-project/pull/83751
More information about the llvm-branch-commits
mailing list