[PATCH] D42652: [WebAssembly] Make function signature checks into warning
Nicholas Wilson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 13:30:54 PST 2018
ncw added a comment.
Sorry to poke my nose in, I'm just curious as to the rationale on why this shouldn't be a link error? We know for certain at this point that the output Wasm file won't validate, so we have effectively failed to link the inputs together.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D42652
More information about the llvm-commits
mailing list