[llvm] r236792 - Add yaml-bench to the list of tools make check needs to run

Daniel Jasper djasper at google.com
Fri May 8 08:37:36 PDT 2015


On Fri, May 8, 2015 at 12:53 AM, Pete Cooper <peter_cooper at apple.com> wrote:

> Author: pete
> Date: Thu May  7 17:53:11 2015
> New Revision: 236792
>
> URL: http://llvm.org/viewvc/llvm-project?rev=236792&view=rev
> Log:
> Add yaml-bench to the list of tools make check needs to run
>
> Modified:
>     llvm/trunk/test/CMakeLists.txt
>     llvm/trunk/test/lit.cfg
>
> Modified: llvm/trunk/test/CMakeLists.txt
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CMakeLists.txt?rev=236792&r1=236791&r2=236792&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/CMakeLists.txt (original)
> +++ llvm/trunk/test/CMakeLists.txt Thu May  7 17:53:11 2015
> @@ -54,6 +54,7 @@ set(LLVM_TEST_DEPENDS
>            not
>            yaml-bench
>            yaml2obj
> +          yaml-bench
>

See two lines above... I don't think we need it twice..


>            obj2yaml
>            verify-uselistorder
>          )
>
> Modified: llvm/trunk/test/lit.cfg
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=236792&r1=236791&r2=236792&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/lit.cfg (original)
> +++ llvm/trunk/test/lit.cfg Thu May  7 17:53:11 2015
> @@ -254,6 +254,7 @@ for pattern in [r"\bbugpoint\b(?!-)",
>                  r"\bFileCheck\b",
>                  r"\bobj2yaml\b",
>                  r"\byaml2obj\b",
> +                r"\byaml-bench\b",
>                  r"\bverify-uselistorder\b",
>                  # Handle these specially as they are strings searched
>                  # for during testing.
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150508/0a1d25cc/attachment.html>


More information about the llvm-commits mailing list