[llvm] [llvm-objcopy] Add --gap-fill and --pad-to options (PR #65815)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 01:52:52 PDT 2023


================
@@ -0,0 +1,34 @@
+# RUN: yaml2obj %s >%t
----------------
jh7370 wrote:

Nit: most of our newer tests use the `-o` option instead of output redirection (which has potential issues when copy-pasted into certain terminals, e.g. PowerShell).

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


More information about the llvm-commits mailing list