[llvm-branch-commits] [llvm] ReleaseNotes for LLVM binary utilities (PR #83751)
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Mar 3 17:05:56 PST 2024
https://github.com/MaskRay created https://github.com/llvm/llvm-project/pull/83751
None
>From 5a9f6cf96b1fb4c9f16f59e6c4847b61da46c6b7 Mon Sep 17 00:00:00 2001
From: Fangrui Song <i at maskray.me>
Date: Sun, 3 Mar 2024 17:03:04 -0800
Subject: [PATCH] ReleaseNotes for LLVM binary utilities
---
llvm/docs/ReleaseNotes.rst | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 5b3210138f2f89..b845b57b4e4af6 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -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
+ string and hex dump for ELF object files.
* llvm-symbolizer and llvm-addr2line now support addresses specified as symbol names.
* llvm-objcopy now supports ``--gap-fill`` and ``--pad-to`` options, for
ELF input and binary output files only.
+* ``llvm-objcopy`` now supports ``-O elf64-s390`` for SystemZ.
* Supported parsing XCOFF auxiliary symbols in obj2yaml.
* ``llvm-ranlib`` now supports ``-X`` on AIX to specify the type of object file
ranlib should examine.
+* ``llvm-cxxfilt`` now supports ``--no-params``/``-p`` to skip function
+ parameters.
+
* ``llvm-nm`` now supports ``--export-symbol`` to ignore the import symbol file.
+* ``llvm-nm`` now supports the ``--line-numbers`` (``-l``) option to use
+ debugging information to print symbols' filenames and line numbers.
* llvm-rc and llvm-windres now accept file path references in ``.rc`` files
concatenated from multiple string literals.
More information about the llvm-branch-commits
mailing list