[PATCH] D17566: *_OPTIONS="help=1" should print to stdout and fit 80 chars width

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 12:58:21 PST 2016


beanz added a subscriber: beanz.
beanz added a comment.

I don't really agree with the premise or direction of this proposal.

LLVM does not have a convention for limiting output to 80 columns, and I don't believe we should be conforming to another project's conventions when it would introduce inconsistency across our projects.

I would feel differently about this if we made a decision that all LLVM projects should conform in this way (although I prefer that we don't).


http://reviews.llvm.org/D17566





More information about the llvm-commits mailing list