[llvm] r315870 - Phony change to CMakeLists.txt to (hopefully) trigger regeneration

Don Hinton via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 15 16:17:25 PDT 2017


Since the red bots are incremental and don't clean up after themselves,
someone needs to delete CFIVerifyTests, or the lit will just keep running
the old one -- lit's just looking for files with a "Test" suffix in the
unittests directory.


On Sun, Oct 15, 2017 at 11:23 AM, Krzysztof Parzyszek via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: kparzysz
> Date: Sun Oct 15 11:23:16 2017
> New Revision: 315870
>
> URL: http://llvm.org/viewvc/llvm-project?rev=315870&view=rev
> Log:
> Phony change to CMakeLists.txt to (hopefully) trigger regeneration
>
> Ninja doesn't seem to recognize a change in a CMakeLists.txt in a
> subdirectory, so r315861 is not having any effect.
>
>
> Modified:
>     llvm/trunk/CMakeLists.txt
>
> Modified: llvm/trunk/CMakeLists.txt
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.
> txt?rev=315870&r1=315869&r2=315870&view=diff
> ============================================================
> ==================
> --- llvm/trunk/CMakeLists.txt (original)
> +++ llvm/trunk/CMakeLists.txt Sun Oct 15 11:23:16 2017
> @@ -1012,3 +1012,4 @@ endif()
>  if (MSVC)
>    include(InstallRequiredSystemLibraries)
>  endif()
> +
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171015/9b188b94/attachment.html>


More information about the llvm-commits mailing list