[llvm] [llvm-objcopy] Fix prints wrong path when section output path doesn't exist (PR #125345)
Amr Hesham via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 8 04:02:59 PST 2025
================
@@ -130,6 +130,9 @@ Changes to the Debug Info
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.
----------------
AmrDeveloper wrote:
Thank you, I will remove it from this PR and merge after CI become green, then open pr to put it on release
https://github.com/llvm/llvm-project/pull/125345
More information about the llvm-commits
mailing list