[PATCH] D26722: [WebAssembly] Add skeleton MC support for the Wasm container format
Dan Gohman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 12:06:43 PST 2017
sunfish added a comment.
All the code for actually writing any bytes has been factored out into followup patches -- WasmObjectWriter::writeObject and WasmObjectWriter::writeHeader are empty -- so there's nothing to test yet.
Repository:
rL LLVM
https://reviews.llvm.org/D26722
More information about the llvm-commits
mailing list