[PATCH] D62172: [cmake] Add custom command to touch archives so ninja won't rebuild them.

Don Hinton via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 19:23:09 PDT 2019


Hi Alexey:

Thanks for pointing that out and sorry for the late reply.

thanks again...
don

On Tue, May 21, 2019 at 11:01 AM Alexey Bataev via Phabricator <
reviews at reviews.llvm.org> wrote:

> ABataev added inline comments.
>
>
> ================
> Comment at: llvm/trunk/cmake/config-ix.cmake:558
> +if(CMAKE_GENERATOR STREQUAL "Ninja")
> +  include(CMakeNInjaFindMake)
> +  if(CMAKE_MAKE_PROGRAM)
> ----------------
> This line breaks cmake, seems to me must be `CMakeNinjaFindMake`
>
>
> Repository:
>   rL LLVM
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D62172/new/
>
> https://reviews.llvm.org/D62172
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190521/6cd8831d/attachment.html>


More information about the llvm-commits mailing list