This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] MC: Support for static init and fini sections
ClosedPublic

Authored by sbc100 on Sep 12 2017, 12:29 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Sep 12 2017, 12:29 PM
sbc100 edited the summary of this revision. (Show Details)Sep 12 2017, 12:30 PM
sbc100 updated this revision to Diff 115519.Sep 15 2017, 4:12 PM
sbc100 edited the summary of this revision. (Show Details)
  • add test
sbc100 added a subscriber: llvm-commits.
dschuff accepted this revision.Sep 26 2017, 9:25 AM
This revision is now accepted and ready to land.Sep 26 2017, 9:25 AM
sbc100 edited the summary of this revision. (Show Details)Oct 3 2017, 3:41 AM
This revision was automatically updated to reflect the committed changes.
rnk added a subscriber: rnk.Oct 3 2017, 11:34 AM
rnk added inline comments.
llvm/trunk/test/MC/WebAssembly/init-fini-array.ll
87–94

These test expectations didn't match what obj2yaml prints, so I updated them in rL314823