[PATCH] D44024: [WebAssembly] Validate sections: order, and presence of required CODE
Nicholas Wilson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 6 06:41:39 PST 2018
ncw added a comment.
This is stalled, until we agree on whether to actually check the order of the sections, or break it down into logic to check less generally that certain sections come after others; and secondly whether the order of all the sections even should be specified.
I've raised a GitHub issue to gather further feedback: https://github.com/WebAssembly/tool-conventions/issues/45
Repository:
rL LLVM
https://reviews.llvm.org/D44024
More information about the llvm-commits
mailing list