[all-commits] [llvm/llvm-project] 3a71f5: [ms] [llvm-ml] Support REPEAT/FOR/WHILE macro-like...
Eric Astor via All-commits
all-commits at lists.llvm.org
Mon Nov 9 10:21:50 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3a71f551942358dc055a9208436f08b7133e9608
https://github.com/llvm/llvm-project/commit/3a71f551942358dc055a9208436f08b7133e9608
Author: Eric Astor <epastor at google.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M llvm/lib/MC/MCParser/COFFMasmParser.cpp
M llvm/lib/MC/MCParser/MasmParser.cpp
M llvm/test/tools/llvm-ml/macro.test
A llvm/test/tools/llvm-ml/repeat_directives.test
Log Message:
-----------
[ms] [llvm-ml] Support REPEAT/FOR/WHILE macro-like directives
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.
Reviewed By: thakis
Differential Revision: https://reviews.llvm.org/D89732
More information about the All-commits
mailing list