This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 2e4c9d5b9 Force SHF_MERGE optimizations with -r. new ef84218b2 [WebAssembly] Add export/import for function pointer table
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/wasm/export-table.test | 19 +++++++++++++++++++ test/wasm/import-table.test | 18 ++++++++++++++++++ wasm/Config.h | 3 +++ wasm/Driver.cpp | 10 ++++++++++ wasm/Options.td | 6 ++++++ wasm/Writer.cpp | 33 ++++++++++++++++++++++++++------- wasm/WriterUtils.cpp | 11 +++++++++++ wasm/WriterUtils.h | 2 ++ 8 files changed, 95 insertions(+), 7 deletions(-) create mode 100644 test/wasm/export-table.test create mode 100644 test/wasm/import-table.test