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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 28 22:30:34 PDT 2025


MaskRay wrote:

While we could replace `uint32_t VarFixupEnd` with `uint8_t VarFixupSize` to make `MCFragment` smaller, I will try to make fixups detached from MCFragment.

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


More information about the llvm-commits mailing list