thakis added a comment.

In https://reviews.llvm.org/D33900#819234, @dim wrote:

> In https://reviews.llvm.org/D33900#818957, @thakis wrote:
>
> > Sorry, I just noticed this weeks later. Why are we adding this to 
> > `--version` instead of adding some new flag for printing this? When I pass 
> > `--version`, I'm usually interested in clang's version and don't need a 
> > screenful of other information below it (which makes the output I do care 
> > about scroll off the screen).
>
>
> I added it there, for consistency with other LLVM tools, for example:


I think most of the LLVM tools are kind of internal to LLVM and only used by 
people working on LLVM. clang on the other hand is used primarily by people not 
working on LLVM. We usually try to keep `--version` output for tools that are 
primarily used by non-LLVM devs concise, see e.g. 
http://llvm.org/viewvc/llvm-project?rev=198694&view=rev


https://reviews.llvm.org/D33900



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to