Support MASM's PURGE directive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
410 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
Event Timeline
Comment Actions
Can you add a test for the comma variant?
llvm/lib/MC/MCParser/MasmParser.cpp | ||
---|---|---|
5565 | Why do we accept an optional EndOfStatement after every comma? |
Comment Actions
Add testing for list invocation of PURGE
llvm/lib/MC/MCParser/MasmParser.cpp | ||
---|---|---|
5565 | MASM specifies that in list contexts, a trailing comma implies a line continuation... but only in list contexts. |
Why do we accept an optional EndOfStatement after every comma?