This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fix import type to be signed LEBs
ClosedPublic

Authored by sbc100 on Mar 21 2017, 5:46 PM.

Details

Summary

This fix is a follow up a previous change with stored
value types as signed integers in memory.

In future, once the yaml<->wasm binary patche lands we
can add test coverage for this kind of thing.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Mar 21 2017, 5:46 PM
dschuff accepted this revision.Mar 23 2017, 8:36 AM
This revision is now accepted and ready to land.Mar 23 2017, 8:36 AM
This revision was automatically updated to reflect the committed changes.