[lld] [llvm] [MC][WebAssembly] Add parameter to set table address type (PR #173063)

via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 23 16:04:43 PST 2025


daxpedda wrote:

Just to clarify, the bug I'm seeing in LLVM v21 is that when you pass an object file to `wasm-ld` with a 32-bit table, it turns it into a 64-bit table. I don't think this is correct behavior.

Right now its behaving correctly, as we can see from the test. Maybe this patch had some effect, but I don't think so, might be something fixed it since LLVM v21.

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


More information about the llvm-commits mailing list