This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Allow each data segment to specify its own alignment
ClosedPublic

Authored by sbc100 on Sep 26 2017, 2:27 PM.

Details

Event Timeline

sbc100 created this revision.Sep 26 2017, 2:27 PM
sbc100 added a subscriber: llvm-commits.

corresponding lld change is here: https://reviews.llvm.org/D38297

dschuff accepted this revision.Sep 27 2017, 1:24 PM

Missed this yesterday, sorry.

include/llvm/BinaryFormat/Wasm.h
189

probably no need to skip enum values at this point, we don't really need any backward compatibility do we?

This revision is now accepted and ready to land.Sep 27 2017, 1:24 PM
This revision was automatically updated to reflect the committed changes.