]> granicus.if.org Git - llvm/commitdiff
Requires the AVR backend for running test/CodeGen/AVR
authorMehdi Amini <mehdi.amini@apple.com>
Sat, 8 Oct 2016 04:39:34 +0000 (04:39 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Sat, 8 Oct 2016 04:39:34 +0000 (04:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283653 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AVR/lit.local.cfg [new file with mode: 0644]

diff --git a/test/CodeGen/AVR/lit.local.cfg b/test/CodeGen/AVR/lit.local.cfg
new file mode 100644 (file)
index 0000000..efbb6c4
--- /dev/null
@@ -0,0 +1,3 @@
+if not 'AVR' in config.root.targets:
+    config.unsupported = True
+