[llvm-branch-commits] [llvm] [llvm-21][MC] Fix fragments for sections bigger than 4G (PR #169121)

Nikita Popov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Dec 1 22:43:32 PST 2025


nikic 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.

`MCEncodedFragment` is an exported type of a public header -- how can you be sure it is never referenced outside libLLVM?

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


More information about the llvm-branch-commits mailing list