[llvm-commits] [llvm] r114747 - in /llvm/trunk: CMakeLists.txt cmake/modules/AddLLVM.cmake unittests/CMakeLists.txt utils/unittest/CMakeLists.txt

Francois Pichet pichet2000 at gmail.com
Sat Sep 25 03:09:51 PDT 2010


On Fri, Sep 24, 2010 at 4:01 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Michael Spencer <bigcheesegs at gmail.com>
> writes:
>
>> This was requested for the msvc build bot as building ALL_BUILD from
>> VSBuild doesn't build anything and we needed to disable building
>> unittests and examples.
>
> I don't understand this. So if the cmake invocation contains
> -DLLVM_BUILD_EXAMPLES=OFF this is a problem?
>
> And why you don't want to build examples and unittests on the bot, if
> precisely the purpose of the bot is to test the build? (*all* the build,
> I guess)

+ for removing the examples from the solution. Even if they are not
build as part of "ALL_BUILD", they still appear in the solution pane
(with 123 projects, any non essential projects is good to remove).They
get in the way. For example, if I want to debug clang, MSVC will tell
me that not all targets are up to date even if clang doesn't need them
to run. I like all my targets to be up to date even if ALL_TARGET do
not depend of them.




More information about the llvm-commits mailing list