Accept macro function definitions, and apply them when invoked in operand position.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can we also add a test where EndStatementAtEOFStack isn't empty at end-of-file?
llvm/lib/MC/MCParser/MasmParser.cpp | ||
---|---|---|
3126 | I think the "require lexing" part is already covered by the test you're adding. Is that right? |
Comment Actions
As near as I can tell, that can't happen as written! I've added an assert for this.
llvm/lib/MC/MCParser/MasmParser.cpp | ||
---|---|---|
3126 | Yes, that's correct. |
I think the "require lexing" part is already covered by the test you're adding. Is that right?