[PATCH] D89741: [ms] [llvm-ml] Test macro function invocations in arbitrary positions
Eric Astor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 12:14:13 PST 2020
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe5c17b2deea5: [ms] [llvm-ml] Test macro function invocations in arbitrary positions (authored by epastor).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89741/new/
https://reviews.llvm.org/D89741
Files:
llvm/test/tools/llvm-ml/macro_function.test
Index: llvm/test/tools/llvm-ml/macro_function.test
===================================================================
--- llvm/test/tools/llvm-ml/macro_function.test
+++ llvm/test/tools/llvm-ml/macro_function.test
@@ -103,4 +103,14 @@
ret
expr_recursive_test ENDP
+custom_strcat MACRO arg1, arg2
+ EXITM <arg1&arg2>
+ENDM
+
+expand_as_directive_test custom_strcat(P, ROC)
+; CHECK-LABEL: expand_as_directive_test:
+
+ ret
+expand_as_directive_test ENDP
+
end
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89741.308449.patch
Type: text/x-patch
Size: 469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201130/a62fcfe4/attachment.bin>
More information about the llvm-commits
mailing list