commit | b862159683b00da005e9c30c9af3ad7077c9c3cc | [log] [tgz] |
---|---|---|
author | Sam Clegg <sbc@chromium.org> | Thu Nov 30 01:40:08 2017 +0000 |
committer | Sam Clegg <sbc@chromium.org> | Thu Nov 30 01:40:08 2017 +0000 |
tree | 075d565bc2850325ff664c5cfe596db5375f36b7 | |
parent | 1bf618a9dae2093c4407932e825a001b9cdda935 [diff] |
[WebAssembly] Allow function signature checking at link time This change allows checking of function signatures but does not yes enable it by default. In this mode, linking two objects that were compiled with a different signatures for the same function will produce a link error. New options for enabling and disabling this feature have been added: (--check-signatures/--no-check-signatures). Differential Revision: https://reviews.llvm.org/D40371 llvm-svn: 319396