OSDN Git Service

implement support for C-style string literal concatenation in td files.
authorChris Lattner <sabre@nondot.org>
Wed, 11 Mar 2009 17:08:13 +0000 (17:08 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 Mar 2009 17:08:13 +0000 (17:08 +0000)
commitd7a50cf28c48d44cee0aa4c5abe2dce359a10727
treed2d44f41daef56b7f8aece2da1654220f3271314
parenteda2ec35a14df50590f4b0b15f4b85be8d4ed5a1
implement support for C-style string literal concatenation in td files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66663 91177308-0d34-0410-b5e6-96231b3b80d8
test/TableGen/strconcat.td
utils/TableGen/TGParser.cpp