[llvm] [llvm-objcopy] Fix prints wrong path when section output path doesn't exist (PR #125345)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 1 13:01:52 PST 2025
================
@@ -0,0 +1,37 @@
+## Show that llvm-objcopy report that section file path is not exists.
----------------
MaskRay wrote:
Place the test into the primary test `dump-section.test`. We often use one test file for both positive and negative tests. Sometimes this actually improves test discoverability
https://github.com/llvm/llvm-project/pull/125345
More information about the llvm-commits
mailing list