This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Remove DataSize from linking metadata section
ClosedPublic

Authored by sbc100 on Dec 18 2017, 12:51 PM.

Details

Summary

We no longer need DataDize in the object format. Its was originally intended to
handle BSS, but that plan is now to use segment metadata to enable BSS
segments.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Dec 18 2017, 12:51 PM
sbc100 updated this revision to Diff 127418.Dec 18 2017, 3:12 PM
  • update tests
sbc100 abandoned this revision.Jan 9 2018, 5:18 PM
sbc100 updated this revision to Diff 135594.Feb 22 2018, 9:42 PM
  • rebase
sbc100 edited the summary of this revision. (Show Details)
ncw accepted this revision.Feb 23 2018, 1:07 AM

Not much that could go wrong here, fine.

This revision is now accepted and ready to land.Feb 23 2018, 1:07 AM
This revision was automatically updated to reflect the committed changes.