[WebAssembly] Don't set a maximum size when importing the table
authorSam Clegg <sbc@chromium.org>
Mon, 3 Dec 2018 22:37:55 +0000 (22:37 +0000)
committerSam Clegg <sbc@chromium.org>
Mon, 3 Dec 2018 22:37:55 +0000 (22:37 +0000)
commit748f59caefe8e133a38db0381285229a3673f227
tree3b2b2006e65e269491657a3ab7cc21ddbe14a719
parent40eb6223257aaf087030bef9c85764a1d97e7841
[WebAssembly] Don't set a maximum size when importing the table

We shouldn't be setting setting a max size for a table that is
being imported.

Differential Revision: https://reviews.llvm.org/D55231

llvm-svn: 348204
lld/test/wasm/import-table.test
lld/test/wasm/shared.ll
lld/wasm/Writer.cpp