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

James Henderson via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 31 00:57:08 PDT 2023


================
@@ -163,8 +163,8 @@ Sections:
     EntSize:         0x0001
     Content:         4743433A
 
-## In this test, output sections are defined out of in respect to their load
-## addresses. Verify that gaps are still correctly filled.
+## In this test, output sections are defined out of order in respect to their
----------------
jh7370 wrote:

```suggestion
## In this test, output sections are defined out of order with respect to their
```
Nit: the phrase is "with respect to".

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


More information about the cfe-commits mailing list