This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

epastor created this revision.Jul 7 2020, 2:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2020, 2:38 PM
epastor updated this revision to Diff 276222.Jul 7 2020, 2:51 PM

Rebase on parent

epastor updated this revision to Diff 277419.Jul 13 2020, 7:00 AM

Add test. (Sorry, Nico, and thanks!)

epastor updated this revision to Diff 277436.Jul 13 2020, 7:52 AM

Rebase to HEAD

thakis accepted this revision.Jul 17 2020, 12:07 PM
This revision is now accepted and ready to land.Jul 17 2020, 12:07 PM
This revision was automatically updated to reflect the committed changes.