From 7c9eed7e83a640353b2900e36838e1d130b0c1e4 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Sat, 8 Oct 2016 04:39:34 +0000 Subject: [PATCH] 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 --- test/CodeGen/AVR/lit.local.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/CodeGen/AVR/lit.local.cfg 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 + -- 2.50.0