This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Explicitly specify function/global index space in YAML
ClosedPublic

Authored by sbc100 on Jan 9 2018, 12:19 PM.

Details

Summary

These indexes are useful because they are not always zero based and functions and
globals are referenced elsewhere by their index.

This matches what we already do for the type index space.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jan 9 2018, 12:19 PM
sbc100 edited the summary of this revision. (Show Details)Jan 9 2018, 12:20 PM
sbc100 added a reviewer: dschuff.
sbc100 edited the summary of this revision. (Show Details)Jan 9 2018, 12:24 PM
dschuff accepted this revision.Jan 9 2018, 12:54 PM
This revision is now accepted and ready to land.Jan 9 2018, 12:54 PM
This revision was automatically updated to reflect the committed changes.