[llvm-branch-commits] [clang] [llvm] [PowerPC] Update LLVM 20.1.0 Release Notes (PR #128764)
Hubert Tong via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 25 12:47:08 PST 2025
================
@@ -478,6 +494,10 @@ Changes to the LLVM tools
* llvm-objcopy now prints the correct file path in the error message when the output file specified by `--dump-section` cannot be opened.
+* llvm-cxxfilt now supports demangling call expressions encoded using `cp` instead of `cl`.
+
+* llvm-objdump now supports printing the file header, load section header and auxillary header for XCOFF object files under the ``--private-headers`` option.
----------------
hubert-reinterpretcast wrote:
```suggestion
* llvm-objdump now supports printing the file header, load section header and auxiliary header for XCOFF object files under the ``--private-headers`` option.
```
https://github.com/llvm/llvm-project/pull/128764
More information about the llvm-branch-commits
mailing list