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

Adam Nemet via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 22:03:23 PDT 2016


> On Oct 7, 2016, at 9:56 PM, Dylan McKay via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> Thanks Mehdi
+1

> 
> On Sat, Oct 8, 2016 at 5:39 PM, Mehdi Amini via llvm-commits <llvm-commits at lists.llvm.org <mailto: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 <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 <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 <mailto:llvm-commits at lists.llvm.org>
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits <http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits>
> 
> _______________________________________________
> 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/20161007/540b02fd/attachment.html>


More information about the llvm-commits mailing list