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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
