[PATCH] D89740: [ms] [llvm-ml] Implement the statement expansion operator
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 25 17:25:23 PST 2020
thakis added inline comments.
================
Comment at: llvm/test/tools/llvm-ml/macro_function.test:106
+custom_strcat MACRO arg1, arg2
+ EXITM <arg1&arg2>
----------------
(this looks the same as the test in https://reviews.llvm.org/D89741 ; i'm guessing it belongs over there and not to this patch here.)
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