[llvm-branch-commits] [llvm] release/20.x: [llvm-objcopy][ReleaseNotes] Fix prints wrong path when dump-section output path doesn't exist #125345 (PR #126607)

Amr Hesham via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 11 08:54:06 PST 2025


================
@@ -460,6 +460,8 @@ Changes to the LLVM tools
   `--localize-symbol`, `--localize-symbols`,
   `--skip-symbol`, `--skip-symbols`.
 
+* llvm-objcopy now prints the correct file path in the error message when the output file specified by --dump-section cannot be opened.
----------------
AmrDeveloper wrote:

I made it `--dump-section` to be similar to all other options in the same file

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


More information about the llvm-branch-commits mailing list