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

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 13:09:51 PST 2016


kcc added a comment.

Agree about 80 char limit -- we have no good reason to enforce it here. 
I also don't want to change the default output from stderr to stdout. 
the sanitizers print to stderr by default for a set of reasons, and I don't see why help=1 should use a different stream.


http://reviews.llvm.org/D17566





More information about the llvm-commits mailing list