[PATCH] D44329: [WebAssembly] Added initial AsmParser implementation.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 17:27:55 PDT 2018


sbc100 added inline comments.


================
Comment at: lib/Target/WebAssembly/CMakeLists.txt:10
+tablegen(LLVM WebAssemblyGenAsmMatcher.inc -gen-asm-matcher)
 add_public_tablegen_target(WebAssemblyCommonTableGen)
 add_llvm_target(WebAssemblyCodeGen
----------------
This diff looks message up to.  How did you generate/upload this diff?  arc diff?




================
Comment at: lib/Target/WebAssembly/CMakeLists.txt:55
 add_subdirectory(MCTargetDesc)
 add_subdirectory(TargetInfo)
----------------
And this one.. 


https://reviews.llvm.org/D44329





More information about the llvm-commits mailing list