A bugfix for tblgen, in the function ‘emitSourceFileHeader’.
authorNadav Rotem <nrotem@apple.com>
Mon, 28 Jan 2013 07:35:33 +0000 (07:35 +0000)
committerNadav Rotem <nrotem@apple.com>
Mon, 28 Jan 2013 07:35:33 +0000 (07:35 +0000)
commit6ab4cbc98636eecafb12393463453b567d58e22c
tree01a5bd79af370f783c400e18c45f68691e29eef7
parent53597b2c5cd0ace8683fd7aab33f8d40c085a49d
A bugfix for tblgen, in the function ‘emitSourceFileHeader’.
When the first parameter (‘Desc’) is more than 80 characters long, it will result the header line that contains the description to be more
Than (4GB!) long. Not only it takes forever to produce, the output file cannot be open, since its ginormous.

Patch by Elior Malul.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173672 91177308-0d34-0410-b5e6-96231b3b80d8
lib/TableGen/TableGenBackend.cpp