[llvm] [llvm-objcopy] Add --gap-fill and --pad-to options (PR #65815)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 4 08:55:35 PDT 2023
================
@@ -1,16 +1,19 @@
-# RUN: yaml2obj %s >%t
+# RUN: yaml2obj %s -o %t
+
+## In this test, output sections are defined out of
+## order in respect to their load addresses. Verify
+## that gaps are still correctly filled.
----------------
quic-akaryaki wrote:
Done.
https://github.com/llvm/llvm-project/pull/65815
More information about the llvm-commits
mailing list