[clang] [llvm] [WebAssembly] Change to 64-bit table indices on Wasm64 (PR #180649)
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 25 13:50:12 PDT 2026
================
----------------
dschuff wrote:
I guess we are not actually breaking the C ABI right? Because we have already switched the indirect call table to 64 bit, and we no longer have to wrap the pointer before indirect calls like we used to?
https://github.com/llvm/llvm-project/pull/180649
More information about the llvm-commits
mailing list