[lld] [llvm] [llvm-readobj][ELF] Prints hex format addresses in lower-case mode (PR #156683)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 5 04:07:54 PDT 2025


================
@@ -151,6 +151,9 @@ Changes to the Debug Info
 Changes to the LLVM tools
 ---------------------------------
 
+* `llvm-readelf` now dumps all hex format addresses in lower-case mode generally.
+  Therefore the corresponding tests have been udpated as well.
----------------
jh7370 wrote:

No need to mention the tests in the release notes.

Also, this isn't specific to addresses any longer (e.g. you've made changes that impact printing of flags, version numbers and so on), so please drop references to them from this release note and the PR title and description. Something generic like "hex format values" would be enough.

https://github.com/llvm/llvm-project/pull/156683


More information about the llvm-commits mailing list