"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "1d812728cc0ddeb69b9f0d3d2d7d29fa4295086f"
[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
Loading
Please register or sign in to comment