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