[PATCH] D57909: [WebAssembly] Don't generate invalid modules when function signatures mismatch
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 7 14:56:37 PST 2019
ruiu added inline comments.
================
Comment at: docs/WebAssembly.rst:98
+Function Signatrues
+~~~~~~~~~~~~~~~~~~~
----------------
Is this a new default behavior? I wonder what is the motivation of the change. I mean, finding an error at static-link-time is almost always better than finding it at run-time, no?
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57909/new/
https://reviews.llvm.org/D57909
More information about the llvm-commits
mailing list