[PATCH] [tablegen] Add !listconcat operator with the similar semantics as !strconcat
Daniel Sanders
daniel.sanders at imgtec.com
Fri May 2 11:43:08 PDT 2014
- !listconcat(a, b) -> !listconcat(a, b, ...) following a suggestion in the review of D3485 (!strconcat)
http://reviews.llvm.org/D3506
Files:
docs/TableGen/LangIntro.rst
docs/TableGen/LangRef.rst
include/llvm/TableGen/Record.h
lib/TableGen/Record.cpp
lib/TableGen/TGLexer.cpp
lib/TableGen/TGLexer.h
lib/TableGen/TGParser.cpp
test/TableGen/listconcat.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3506.9038.patch
Type: text/x-patch
Size: 6631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140502/84a8805b/attachment.bin>
More information about the llvm-commits
mailing list