This is an archive of the discontinued LLVM Phabricator instance.

[MCAsmParser] Move AltMacroMode tracking out of MCAsmLexer
ClosedPublic

Authored by craig.topper on Sep 25 2018, 12:42 PM.

Details

Summary

The Lexer doesn't use this state itself. It is only set and used by AsmParser so it seems like it should just be part of AsmParser.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Sep 25 2018, 12:42 PM
niravd accepted this revision.Sep 25 2018, 1:18 PM

LGTM.

This revision is now accepted and ready to land.Sep 25 2018, 1:18 PM
This revision was automatically updated to reflect the committed changes.