[PATCH] D75135: Revert "[WebAssembly] MC: Mark more function aliases as functions"
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 14:17:33 PST 2020
sbc100 accepted this revision.
sbc100 added a comment.
This revision is now accepted and ready to land.
Sounds reasonable. We can looking into other solutions.
My understand is that the IR in question is perfectly valid, and can be compiled on other targets, can't it? Its only WebAssembly that can't compile this. We can't ask the producer so not produce this valid bitcode when building for WebAssembly can we?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75135/new/
https://reviews.llvm.org/D75135
More information about the llvm-commits
mailing list