This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from cdd078e59 Remove unused condition. new 9d4d4482b [WebAssembly] Allow function signature checking at link time
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/signature-mismatch.ll | 19 ++++++++ wasm/Config.h | 1 + wasm/Driver.cpp | 10 +++-- wasm/Options.td | 4 ++ wasm/SymbolTable.cpp | 96 ++++++++++++++++++++++++++++++++--------- wasm/SymbolTable.h | 3 +- wasm/Symbols.cpp | 19 +++----- wasm/Symbols.h | 13 ++++-- wasm/Writer.cpp | 30 ++++++------- wasm/WriterUtils.cpp | 29 +++++++++++++ wasm/WriterUtils.h | 15 +++++++ 11 files changed, 178 insertions(+), 61 deletions(-) create mode 100644 test/wasm/signature-mismatch.ll