summaryrefslogtreecommitdiff
path: root/test/CodeGen/AVR/lit.local.cfg
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-10-08 04:39:34 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-10-08 04:39:34 +0000
commit7c9eed7e83a640353b2900e36838e1d130b0c1e4 (patch)
treebf313b8d9d511afac04727ba9932dfe02a65e48f /test/CodeGen/AVR/lit.local.cfg
parent473ebca2ddd6af60816e7ff2671fd3d6142b6ae6 (diff)
Requires the AVR backend for running test/CodeGen/AVR
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283653 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/AVR/lit.local.cfg')
-rw-r--r--test/CodeGen/AVR/lit.local.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/AVR/lit.local.cfg b/test/CodeGen/AVR/lit.local.cfg
new file mode 100644
index 00000000000..efbb6c4ba44
--- /dev/null
+++ b/test/CodeGen/AVR/lit.local.cfg
@@ -0,0 +1,3 @@
+if not 'AVR' in config.root.targets:
+ config.unsupported = True
+