[zorg] r209931 - buildbot: Remove C++11 config options and builder

Justin Bogner mail at justinbogner.com
Fri May 30 17:07:30 PDT 2014


Alp Toker <alp at nuanti.com> writes:
> On 31/05/2014 02:25, Justin Bogner wrote:
>> Author: bogner
>> Date: Fri May 30 18:25:46 2014
>> New Revision: 209931
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=209931&view=rev> Log:
>> buildbot: Remove C++11 config options and builder
>>
>> Building with C++11 has been the default for some time now, and the
>> --enable-cxx11 flag doesn't even exist anymore. This removes the
>> support for it and the redundant builder that was using this.
>
> It's a bit late to say now, but I wonder if we should have kept some
> of this around and renamed it to --enable-cxxng.
>
> The cycle of dropping and re-adding the infrastructure each time
> there's a new C++ standard has been wasteful in LLVM/clang.

I thought about it, but since I wasn't about to set up a bot with that
config decided it wasn't worth doing now. The question is code churn
later vs unused code now - neither of which is great.



More information about the llvm-commits mailing list