This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Allow non-zero table offset in input object
ClosedPublic

Authored by sbc100 on Jan 18 2018, 7:56 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jan 18 2018, 7:56 PM
ncw accepted this revision.Jan 19 2018, 1:04 AM

We're creating work for ourselves a bit here... if #2 were landed before #3, then this change wouldn't be needed. The "significant" patches are #2 and #5, and the others are mainly just for neatness - by doing 3/4/6 first it needs more of these little bits of sticking plaster.

It's OK though, this patch doesn't do any harm if you prefer this order.

This revision is now accepted and ready to land.Jan 19 2018, 1:04 AM
This revision was automatically updated to reflect the committed changes.