[llvm-branch-commits] [llvm] [DirectX] Add support for `remove-section` of `DXContainer` for `llvm-objcopy` (PR #153246)

James Henderson via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 15 00:24:08 PDT 2025


================
@@ -25,13 +25,13 @@ Header:
     Minor:           0
 ## FileSize = 1984 - 24 (RTS0 content) - 4 (1 part offset) - 8 (1 part header)
 ##          = 1948
-## CHECK: FileSize:       1948
+# CHECK: FileSize:       1948
   FileSize:        1984
-## CHECK: PartCount:      6
+# CHECK: PartCount:      6
   PartCount:       7
   PartOffsets:     [ 60, 1792, 1808, 1836, 1852, 1868, 1900 ]
 Parts:
-## CHECK-NOT: RTS0
+# CHECK-NOT: RTS0
----------------
jh7370 wrote:

Same comment as above re checking for "Parts:"

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


More information about the llvm-branch-commits mailing list