[llvm-branch-commits] MC: Refactor FT_Align fragments when linker relaxation is enabled (PR #149465)

Fangrui Song via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jul 20 00:49:26 PDT 2025


MaskRay wrote:

Next steps:

* Allocate the fixed content as trailing data of the MCFragment by utilizing a special bump allocator (gnulib obstack)
* Delete MCFixup member variables from MCFragment. Instead, add a MCFragment pointer to MCFixup.

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


More information about the llvm-branch-commits mailing list