[llvm] r283653 - Requires the AVR backend for running test/CodeGen/AVR

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 21:56:25 PDT 2016


Thanks Mehdi

On Sat, Oct 8, 2016 at 5:39 PM, Mehdi Amini via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: mehdi_amini
> Date: Fri Oct  7 23:39:34 2016
> New Revision: 283653
>
> URL: http://llvm.org/viewvc/llvm-project?rev=283653&view=rev
> Log:
> Requires the AVR backend for running test/CodeGen/AVR
>
> Added:
>     llvm/trunk/test/CodeGen/AVR/lit.local.cfg
>
> Added: llvm/trunk/test/CodeGen/AVR/lit.local.cfg
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/
> CodeGen/AVR/lit.local.cfg?rev=283653&view=auto
> ============================================================
> ==================
> --- llvm/trunk/test/CodeGen/AVR/lit.local.cfg (added)
> +++ llvm/trunk/test/CodeGen/AVR/lit.local.cfg Fri Oct  7 23:39:34 2016
> @@ -0,0 +1,3 @@
> +if not 'AVR' in config.root.targets:
> +    config.unsupported = True
> +
>
>
> _______________________________________________
> 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/20161008/4bad3a7a/attachment.html>


More information about the llvm-commits mailing list