[llvm] MCFragment: Use trailing data for fixed-size part (PR #150846)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 27 12:39:28 PDT 2025


MaskRay wrote:

![fragment](https://github.com/user-attachments/assets/71f9ffb8-b410-4a8a-9a21-0f7f2a600113)

The `uint32_t FixedSize` member saving does not lead to sizeof(MCFragment) saving due to a 4-byte padding after `VarFixupEnd`

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


More information about the llvm-commits mailing list