This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Use the correct size for MCFillFragment
ClosedPublic

Authored by sunfish on Jul 6 2017, 2:45 PM.

Details

Summary

When implementing MCFillFragment, use the size of the fragment, rather than the size of the section.

Diff Detail

Repository
rL LLVM

Event Timeline

sunfish created this revision.Jul 6 2017, 2:45 PM
sbc100 accepted this revision.Jul 6 2017, 3:17 PM
This revision is now accepted and ready to land.Jul 6 2017, 3:17 PM
sbc100 added a comment.Jul 7 2017, 3:43 PM

Can this land now? Its effecting a change that I'm working on.

I'll get to this in a day or two, but feel free to land it yourself if you want it sooner :-).

This revision was automatically updated to reflect the committed changes.