This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fix for discarded init functions
ClosedPublic

Authored by sbc100 on Jun 6 2019, 2:32 PM.

Details

Summary

When a function is excluded via comdat we shouldn't add it to the
final list of init functions.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jun 6 2019, 2:32 PM
sbc100 updated this revision to Diff 203450.Jun 6 2019, 2:35 PM
  • cleanup
sbc100 updated this revision to Diff 203452.Jun 6 2019, 2:36 PM
  • cleanup
sbc100 added a reviewer: ruiu.Jun 6 2019, 2:36 PM
Harbormaster completed remote builds in B33032: Diff 203452.
sbc100 updated this revision to Diff 203453.Jun 6 2019, 2:38 PM
  • update comment
ruiu accepted this revision.Jun 6 2019, 8:10 PM

LGTM

This revision is now accepted and ready to land.Jun 6 2019, 8:10 PM
This revision was automatically updated to reflect the committed changes.