[llvm] [llvm-objcopy] Check for missing argument values (PR #70710)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 07:53:48 PDT 2023


================
@@ -0,0 +1,4 @@
+## An error must be reported if a required argument value is missing.
+# RUN: not llvm-objcopy --only-section 2>&1 | FileCheck --check-prefix=CHECK-NO-VALUE %s
----------------
quic-akaryaki wrote:

I agree, but I thought this test could be expanded in the future and in that case, it will be possible to add other patterns without rewriting existing ones.

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


More information about the llvm-commits mailing list