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

Andy Wingo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 08:11:47 PST 2020


wingo added a comment.

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?


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