Add support for line continuations (the "backslash operator") in MASM by modifying the Parser's Lex method.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D83347
[ms] [llvm-ml] Add support for line continuations in MASM ClosedPublic Authored by epastor on Jul 7 2020, 2:38 PM.
Details Summary Add support for line continuations (the "backslash operator") in MASM by modifying the Parser's Lex method.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 17 2020, 12:07 PM Closed by commit rGddd48cdba690: [ms] [llvm-ml] Add support for line continuations in MASM (authored by epastor). · Explain WhySep 2 2020, 9:12 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 276222 llvm/lib/MC/MCParser/MasmParser.cpp
|