[PATCH] D89732: [ms] [llvm-ml] Support REPEAT/FOR/WHILE macro-like directives

Eric Astor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 13:55:36 PDT 2020


epastor created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
epastor requested review of this revision.

Support MASM's REPEAT, FOR, FORC, and WHILE macro-like directives.

Also adds support for macro argument substitution inside quoted strings, and additional testing for macro directives.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89732

Files:
  llvm/lib/MC/MCParser/COFFMasmParser.cpp
  llvm/lib/MC/MCParser/MasmParser.cpp
  llvm/test/tools/llvm-ml/macro.test
  llvm/test/tools/llvm-ml/repeat_directives.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89732.299143.patch
Type: text/x-patch
Size: 29491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201019/a21eda59/attachment.bin>


More information about the llvm-commits mailing list