[llvm-commits] [llvm] r89211 - /llvm/trunk/CMakeLists.txt

Daniel Dunbar daniel at zuster.org
Sun Nov 22 10:21:37 PST 2009


On Thu, Nov 19, 2009 at 1:15 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Hello Daniel.
>
> Daniel Dunbar <daniel at zuster.org> writes:
>
>> URL: http://llvm.org/viewvc/llvm-project?rev=89211&view=rev
>> Log:
>> Turn LLVM_BUILD_EXAMPLES off by default in CMake builds, to match Makefiles &
>> Clang.
>
> What's the rationale for this?
>
> (And wouldn't it warrant the corresponding update of docs/CMake.html,
> where default values for variables are listed?)

The rationale for changing the default (for cmake and make, I assume
we agree they should have the same default) is that most people
building LLVM don't care about the examples (because they are
developers), and this greatly increases cycle times because of the
sheer number of link steps it adds. Having examples be "optional"
builds for people exploring LLVM seems reasonable to me, the only
value I see in building them regularly is to prevent them from being
out-dated, but I will change (one, fast) buildbot to maintain that.

I will update the doc.

 - Daniel

> --
> Óscar
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>




More information about the llvm-commits mailing list