[PATCH] D89740: [ms] [llvm-ml] Implement the statement expansion operator
Eric Astor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 25 12:36:34 PST 2020
epastor marked 2 inline comments as done.
epastor added a comment.
In D89740#2416458 <https://reviews.llvm.org/D89740#2416458>, @thakis wrote:
> Looks like there's no coverage for expanding statements that aren't the echo special case - - could you add coverage for that too? Other than that, lg!
Oddly enough, MASM documentation suggests no use for this form except for ECHO and similar special cases, as strings are generally meant to be lexed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89740/new/
https://reviews.llvm.org/D89740
More information about the llvm-commits
mailing list