llvm-project/llvm/lib/TableGen
Nadav Rotem f0705254d1 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.

llvm-svn: 173672
2013-01-28 07:35:33 +00:00
..
CMakeLists.txt Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
Error.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Main.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
Makefile Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
Record.cpp Add an addition operator to TableGen 2013-01-25 14:49:08 +00:00
StringMatcher.cpp Emit memcmp directly from the StringMatcherEmitter. 2012-05-20 18:10:42 +00:00
TGLexer.cpp Add an addition operator to TableGen 2013-01-25 14:49:08 +00:00
TGLexer.h Add an addition operator to TableGen 2013-01-25 14:49:08 +00:00
TGParser.cpp Add an addition operator to TableGen 2013-01-25 14:49:08 +00:00
TGParser.h TableGen: Keep track of superclass reference ranges. 2013-01-10 18:50:11 +00:00
TableGenBackend.cpp A bugfix for tblgen, in the function ‘emitSourceFileHeader’. 2013-01-28 07:35:33 +00:00