[PATCH] D85795: [WebAssembly][AsmParser] Name missing features in error message
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 16:56:13 PDT 2020
dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/MC/WebAssembly/missing-features.s:6
+# CHECK: error: instruction requires: simd128
+needs_simd:
+ .functype needs_simd () -> (v128)
----------------
might as well add one that requires more than one feature?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85795/new/
https://reviews.llvm.org/D85795
More information about the llvm-commits
mailing list