Accept macro function definitions, and apply them when invoked in operand position.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
| Time | Test | |
|---|---|---|
| 440 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
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 | ||
|---|---|---|
| 3121 | 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 | ||
|---|---|---|
| 3121 | Yes, that's correct. | |
I think the "require lexing" part is already covered by the test you're adding. Is that right?