[PATCH] D40552: [PowerPC, AsmParser] Enable the mnemonic spell corrector.
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 30 10:54:02 PST 2017
sdardis added inline comments.
================
Comment at: test/MC/PowerPC/invalid-instructions-spellcheck.s:1
+# RUN: not llvm-mc -triple powerpc-unknown-unknown -show-encoding < %s 2>&1 | FileCheck %s
+
----------------
You can drop -show-encoding from the invocation of llvm-mc, as you're not checking the instruction encodings.
https://reviews.llvm.org/D40552
More information about the llvm-commits
mailing list