[tablegen] Add !listconcat operator with the similar semantics as !strconcat
[oota-llvm.git] / lib / TableGen / TGLexer.cpp
index 57f603183bacc6783d918a2af6e769019d8768d4..1ec2eea67d94fa007f9f04db3af5dbd04788db47 100644 (file)
@@ -478,6 +478,7 @@ tgtok::TokKind TGLexer::LexExclaim() {
     .Case("empty", tgtok::XEmpty)
     .Case("subst", tgtok::XSubst)
     .Case("foreach", tgtok::XForEach)
+    .Case("listconcat", tgtok::XListConcat)
     .Case("strconcat", tgtok::XStrConcat)
     .Default(tgtok::Error);