[PATCH] D95005: Revert "[WebAssembly] call_indirect issues table number relocs"
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 20 08:16:35 PST 2021
sbc100 added a comment.
In D95005#2508950 <https://reviews.llvm.org/D95005#2508950>, @wingo wrote:
> Furthermore the table index should always be 0 unless you define more tables, so I thought I had MVP compat handled. Evidently not :(
Perhaps you were using wasm-opt after linking? (or some other binaryen tool) Round-tripping through binaryen will always shrink the wide LEBs.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95005/new/
https://reviews.llvm.org/D95005
More information about the llvm-commits
mailing list