[PATCH] D85764: [WebAssembly][NFC] Replace WASM with standard Wasm
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 12:45:33 PDT 2020
dschuff 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:
----------------
Is there any chance we can give more information here about which instruction or which feature is the offender?
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