[llvm] [Object][WebAssembly] Fix data segment offsets higher than 2^31 (PR #125739)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 11:29:54 PST 2025


sbc100 wrote:

> For wasm64, could there be offsets higher than 2^32? Or are those just speced to be varint64?

Yup, that should work.  Do you want me to add a testing for that?

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


More information about the llvm-commits mailing list