[PATCH] D68751: [lld][WebAssembly] Where possible handle signature mismatches via an adaptor function
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 14 10:53:01 PDT 2019
sbc100 added a comment.
Add @sunfish who suggested maybe we don't this might be necessary since the issue with the zero argument main is already handled at compile time.
I still think this change is somewhat nicer, and it means we can drop the magic handling of main from the compiler.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68751/new/
https://reviews.llvm.org/D68751
More information about the llvm-commits
mailing list