[PATCH] D89740: [ms] [llvm-ml] Implement the statement expansion operator

Eric Astor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 14:15:03 PDT 2020


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

If prefaced with a %, expand text macros and macro functions in any statement.

Also, prevent expanding text macros in the message of an ECHO directive unless expanded explicitly by the statement expansion operator.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89740

Files:
  llvm/include/llvm/MC/MCAsmMacro.h
  llvm/lib/MC/MCParser/MasmParser.cpp
  llvm/test/tools/llvm-ml/expansion.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89740.299166.patch
Type: text/x-patch
Size: 9746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201019/3ccc0d38/attachment.bin>


More information about the llvm-commits mailing list