[PATCH] D38296: [WebAssembly] Allow each data segment to specify its own alignment
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 27 13:24:19 PDT 2017
dschuff accepted this revision.
dschuff added a comment.
This revision is now accepted and ready to land.
Missed this yesterday, sorry.
================
Comment at: include/llvm/BinaryFormat/Wasm.h:189
WASM_DATA_ALIGNMENT = 0x4,
- WASM_SEGMENT_NAMES = 0x5,
+ WASM_SEGMENT_INFO = 0x6,
};
----------------
probably no need to skip enum values at this point, we don't really need any backward compatibility do we?
https://reviews.llvm.org/D38296
More information about the llvm-commits
mailing list