[llvm] r232704 - llvm-cov: Rename -color={always|never} to -use-color[=0]

Justin Bogner mail at justinbogner.com
Wed Mar 18 22:02:55 PDT 2015


Justin Bogner <mail at justinbogner.com> writes:
> Author: bogner
> Date: Wed Mar 18 23:45:16 2015
> New Revision: 232704
>
> URL: http://llvm.org/viewvc/llvm-project?rev=232704&view=rev
> Log:
> llvm-cov: Rename -color={always|never} to -use-color[=0]
>
> This is an ugly hack to fix the configure --enable-shared build. It
> turns out that *every cl::opt in LLVM* shows up in *every tool* in
> that configuration, which is hopelessly broken.

I've filed pr22952 about how broken this is.



More information about the llvm-commits mailing list