[llvm-commits] Tablgen bugfix

Malul, Elior elior.malul at intel.com
Mon Jan 21 01:51:42 PST 2013


Hi all, attached is 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.

Attached it a fix to the function, which when it encounters a description string longer than 80 character, it splits to several lines.
I will appreciate if those who care about tblgen will review it.
Thx, Elior

---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130121/809868c8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tblgen_header_bugfix.patch
Type: application/octet-stream
Size: 1942 bytes
Desc: tblgen_header_bugfix.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130121/809868c8/attachment.obj>


More information about the llvm-commits mailing list