This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add version to object file metadata
ClosedPublic

Authored by sbc100 on Apr 25 2018, 10:19 AM.

Details

Summary

See https://github.com/WebAssembly/tool-conventions/issues/54

This change only adds a version of the metadata and doesn't try to encode
ABI information. That may come as a followup change, most likely in a new
subsection.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Apr 25 2018, 10:19 AM
sbc100 updated this revision to Diff 143958.Apr 25 2018, 10:25 AM
  • use version constant
sbc100 edited the summary of this revision. (Show Details)Apr 25 2018, 10:27 AM
sbc100 added reviewers: sunfish, ncw.
sbc100 updated this revision to Diff 143969.Apr 25 2018, 10:59 AM
  • add test
ncw accepted this revision.Apr 26 2018, 8:08 AM

Seems sensible.

This revision is now accepted and ready to land.Apr 26 2018, 8:08 AM
This revision was automatically updated to reflect the committed changes.