[llvm] [yaml2obj][XOFF] Update yaml2obj for XCOFF to create valid XCOFF files in more cases. (PR #77620)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 02:31:02 PST 2024


https://github.com/jh7370 commented:

I haven't attempted to trace things fully, but the `AuxHeaderSize` field is now a `std::optional` in this patch. Is that not something that is exposed to the user?

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


More information about the llvm-commits mailing list