[llvm-branch-commits] [llvm] [llvm-21][MC] Fix fragments for sections bigger than 4G (PR #169121)
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Dec 1 22:01:09 PST 2025
MaskRay wrote:
While `sizeof(MCEncodedFragment)` has changed in the 21.x release, it should be acceptable as `MCFragment`s are internal, not used in an ABI boundary.
https://github.com/llvm/llvm-project/pull/169121
More information about the llvm-branch-commits
mailing list