[PATCH] D43933: [WebAssembly] Pass ownership of body to SyntheticFunction and assert type. NFC
Nicholas Wilson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 1 08:19:40 PST 2018
ncw added inline comments.
================
Comment at: wasm/Writer.cpp:866
writeUleb128(OS, 0, "num locals");
- for (const WasmInitEntry &F : InitFunctions) {
+ for (const WasmInitEntry& F : InitFunctions) {
writeU8(OS, OPCODE_CALL, "CALL");
----------------
Oops, my IDE "fixed" this for me :( I'll correct this nit before landing.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D43933
More information about the llvm-commits
mailing list