This is an archive of the discontinued LLVM Phabricator instance.

Revert "[WebAssembly] Fixup `main` signature by default"
ClosedPublic

Authored by sbc100 on Nov 5 2018, 11:59 AM.

Details

Summary

This reverts rL345880. It caused some test failures on the
webassembly waterfall. e.g. binaryen2.test_mainenv fails due
the fact that envp ends up being undef rather than 0.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Nov 5 2018, 11:59 AM
aheejin accepted this revision.EditedNov 5 2018, 2:51 PM

I'm not too familiar with the original patch and context, but it's just a reverting patch until the error gets fixed, so I guess it's fine

This revision is now accepted and ready to land.Nov 5 2018, 2:51 PM
This revision was automatically updated to reflect the committed changes.