[PATCH] D22361: [X86][MC] Fix bracket expression parsing in intel-style assembly.

Nirav Dave via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 08:51:24 PDT 2016


niravd added a comment.

We're not.  We're dealing with the next token after a bracket expression may be a struct field accessor. If it didn't exist, we should get an EndOfStatement with a string of "" or "\n" and so skipping the Token Kind check was okay. But now that end of line comments are embedded in the EndOfStatement token there we can potentially have '.' characters we erroneously fail.


https://reviews.llvm.org/D22361





More information about the llvm-commits mailing list