[llvm] r283653 - Requires the AVR backend for running test/CodeGen/AVR
Mehdi Amini via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 7 21:39:34 PDT 2016
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
+
More information about the llvm-commits
mailing list