[PATCH] [tablegen] Add !listconcat operator with the similar semantics as !strconcat
hfinkel at anl.gov
hfinkel at anl.gov
Wed May 7 02:29:17 PDT 2014
LGTM. Thanks!
================
Comment at: docs/TableGen/LangIntro.rst:170
@@ -163,3 +169,3 @@
``!strconcat(a, b)``
A string value that is the result of concatenating the 'a' and 'b' strings.
----------------
While you're here, can you also add a comment about what strconcat does with multiple arguments (a separate commit is fine).
http://reviews.llvm.org/D3506
More information about the llvm-commits
mailing list