[PATCH] D27620: [Assembler] Report multiple near misses for invalid instructions
Eric Christopher via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 9 17:42:45 PST 2016
echristo added a comment.
In general looks ok, can you share the next step patch to make sure that no only is this fine, but is also the direction we want to go?
Thanks!
-eric
ps. silly nit inline.
================
Comment at: include/llvm/MC/MCParser/MCTargetAsmParser.h:92
+// Holds information about why a parsed assembly instruction was not valid for
+// one encoding, for reporting error messages if no encodings are valid.
+class NearMissInfo {
----------------
Random nit: no comma necessary.
Repository:
rL LLVM
https://reviews.llvm.org/D27620
More information about the llvm-commits
mailing list