[PATCH] D22246: Add multiple tables support for WebAssembly and update CFI implementation

Dominic Chen via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 14:42:10 PDT 2016


ddcc added a comment.

Yes, I was thinking to add multiple support in the backend, but leave it disabled in the assembler/linker. Then, for the MVP, s2wasm would produce an error if non-default table references are encountered. But I can change the implementation if there's a better way to do this.


https://reviews.llvm.org/D22246





More information about the llvm-commits mailing list