[LLVMdev] [cfe-dev] Question for users of the CMake build system:

James Molloy james at jamesmolloy.co.uk
Fri Jun 29 05:52:05 PDT 2012


Hi,

We use CMake but don't use that setting.

Cheers,

James

On 29 June 2012 12:40, Chandler Carruth <chandlerc at google.com> wrote:
> Do you use the LLVM_INCLUDE_TESTS setting? If so, what for?
>
>
> It is documented to preclude the inclusion *unittests* in the build.
>
> What it actually does in preclude *all* LLVM testing (unit and regression),
> but only unittests for Clang. The Clang regression tests continue to be
> built and run.
>
>
> My preference is simply to remove it if none have an important use case. If
> they do, I would like to understand it and come up with some sane and
> consistent semantic model to support it.
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>



More information about the llvm-dev mailing list