[llvm-dev] [PATCH] *_OPTIONS="help=1" should print to stdout and fit 80 chars width

Martin Liška via llvm-dev llvm-dev at lists.llvm.org
Tue Feb 23 01:15:16 PST 2016


Hello.

I would like to modify printing of help options in order to fix:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69840

I basically split all *_flags.inc options with new lines. Eventually, these
string are printed to limit the output to 80 characters:
https://www.gnu.org/prep/standards/html_node/Command_002dLine-Interfaces.html

That's my first patch request in the project, please advise if anything is missing.

Thanks,
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Handle-help-1-to-print-to-stdout-with-limit-to-80-ch.patch
Type: text/x-patch
Size: 32082 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160223/1ab3a82b/attachment.bin>


More information about the llvm-dev mailing list