[llvm] r236792 - Add yaml-bench to the list of tools make check needs to run
Pete Cooper
peter_cooper at apple.com
Fri May 8 10:04:02 PDT 2015
Ah, sorry about that. And thanks for pointing it out. Removed the duplicate line in r236881.
I left in the lit.cfg line. That seemed to actually be missing.
Cheers,
Pete
> On May 8, 2015, at 8:37 AM, Daniel Jasper <djasper at google.com> wrote:
>
>
>
> On Fri, May 8, 2015 at 12:53 AM, Pete Cooper <peter_cooper at apple.com <mailto: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 <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 <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 <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 <mailto:llvm-commits at cs.uiuc.edu>
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits <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/6b8d90ac/attachment.html>
More information about the llvm-commits
mailing list