[llvm] [SystemZ][z/OS] Add z/OS archive writing support (PR #200087)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 01:05:22 PDT 2026


================
@@ -611,6 +646,10 @@ static void writeSymbolTable(raw_ostream &Out, object::Archive::Kind Kind,
                                          StringTable.size(), &Pad);
   writeSymbolTableHeader(Out, Kind, Deterministic, Size, PrevMemberOffset,
                          NextMemberOffset);
+  // Padding size is not included in the Size field of the z/OS symbol table
+  // header
----------------
jh7370 wrote:

```suggestion
  // header.
```

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


More information about the llvm-commits mailing list