Martin Liška via llvm-dev
2016-Feb-23 09:15 UTC
[llvm-dev] [PATCH] *_OPTIONS="help=1" should print to stdout and fit 80 chars width
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>
Xinliang David Li via llvm-dev
2016-Feb-23 18:30 UTC
[llvm-dev] [PATCH] *_OPTIONS="help=1" should print to stdout and fit 80 chars width
Can you send this patch to llvm-commits ? David On Tue, Feb 23, 2016 at 1:15 AM, Martin Liška <llvm-dev at lists.llvm.org> wrote:> 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 > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160223/bd4b7ff4/attachment.html>
Maxim Ostapenko via llvm-dev
2016-Feb-24 07:54 UTC
[llvm-dev] [PATCH] *_OPTIONS="help=1" should print to stdout and fit 80 chars width
Hi, Martin! You can find pretty nice instructions how to do it via Phabricator here: http://llvm.org/docs/Phabricator.html. -Maxim On 23/02/16 21:30, Xinliang David Li via llvm-dev wrote:> Can you send this patch to llvm-commits ? > > David > > On Tue, Feb 23, 2016 at 1:15 AM, Martin Liška <llvm-dev at lists.llvm.org > <mailto:llvm-dev at lists.llvm.org>> wrote: > > 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 > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Possibly Parallel Threads
- [PATCH] *_OPTIONS="help=1" should print to stdout and fit 80 chars width
- rvest
- [RFC PATCH v1 04/34] KVM: x86: mmu: reindent to avoid lines longer than 80 chars
- Problem w Samba on Alpha: No filenames > 80 chars displayed on Win Clients
- wget'ing files relative paths?