Hi LLVM developers,
Currently ParseDirective is able to parse .byte foo, but not able to parse .byte lo8(foo), so I override ParseDirective to parse such Identifier Token, and getKindByName for lo8 Modifier, then create MCExpr for this ModifierKind, but I can not able to CreateImm nor insert into Operands.
As suggested in D38029 , May I Refactory ParseDirective to add parameter OperandVector &Operands? please reivew my patch, and give me some suggestion, thanks a lot!
Regards,
Leslie Zhai