[PATCH] D85764: [WebAssembly][NFC] Replace WASM with standard Wasm

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 16:05:48 PDT 2020


tlively added inline comments.


================
Comment at: llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp:871
       return Parser.Error(
-          IDLoc, "instruction requires a WASM feature not currently enabled");
+          IDLoc, "instruction requires a Wasm feature not currently enabled");
     case Match_MnemonicFail:
----------------
dschuff wrote:
> Is there any chance we can give more information here about which instruction or which feature is the offender?
Yep! https://reviews.llvm.org/D85795


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85764/new/

https://reviews.llvm.org/D85764



More information about the llvm-commits mailing list