This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add test for event section order change
ClosedPublic

Authored by aheejin on Mar 25 2020, 9:52 PM.

Details

Summary

This adds a test for D76752. Now the global section comes after the
event section, and this change makes sure it is satisfied.

Diff Detail

Event Timeline

aheejin created this revision.Mar 25 2020, 9:52 PM
tlively accepted this revision.Mar 25 2020, 11:25 PM

Maybe add a comment saying why the new line is important.

This revision is now accepted and ready to land.Mar 25 2020, 11:25 PM
aheejin updated this revision to Diff 252904.Mar 26 2020, 10:58 AM
  • Add comment
This revision was automatically updated to reflect the committed changes.