[PATCH] D41315: [WebAssembly] Output functions individually

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 13:34:42 PST 2018


ruiu accepted this revision.
ruiu added a comment.

LGTM



================
Comment at: wasm/InputFiles.cpp:29-31
 using namespace llvm::wasm;
 
+using llvm::wasm::WasmFunction;
----------------
You are using `namespace llvm::wasm` just above this line.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41315





More information about the llvm-commits mailing list