[PATCH] D38304: [MCParser] Refactory ParseDirective to add parameter OperandVector &Operands

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 27 11:04:41 PDT 2017


rnk added a comment.

I don't see why we need to pass the operands to ParseDirective. It seems like the expression parser should recognize `lo8()` and build an MCExpr that feeds to the .byte directive.


Repository:
  rL LLVM

https://reviews.llvm.org/D38304





More information about the llvm-commits mailing list