[llvm] [llvm-objcopy] Fix prints wrong path when section output path doesn't exist (PR #125345)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 6 22:50:02 PST 2025
================
@@ -130,6 +130,8 @@ Changes to the Debug Info
Changes to the LLVM tools
---------------------------------
+- llvm-objcopy now correct path in error message when section output path doesn't exist.
----------------
jh7370 wrote:
Hang on, sorry, I might have got mixed up about which path is being fixed...
Try this:
"llvm-objcopy now prints the correct file path in the error message when the output file specified by --dump-section cannot be opened."
https://github.com/llvm/llvm-project/pull/125345
More information about the llvm-commits
mailing list