[PATCH] D90948: [WebAssembly] [WIP] call_indirect issues table number relocs

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 08:24:33 PST 2020


sbc100 added a comment.

In D90948#2383021 <https://reviews.llvm.org/D90948#2383021>, @wingo wrote:

> Current status is that lowering appears to work fine.  Currently updating tests, will be ready tomorrow.  The one known bug is that element sections don't keep the table alive like call_indirect instructions do; a bug to fix.  Then done?

Is that something that can be addressed as a followup?   i.e. this feature could be useful even without static segments?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90948/new/

https://reviews.llvm.org/D90948



More information about the llvm-commits mailing list