Add missing config file for newly added test case introduced by r206563.
authorJiangning Liu <jiangning.liu@arm.com>
Fri, 18 Apr 2014 09:05:50 +0000 (09:05 +0000)
committerJiangning Liu <jiangning.liu@arm.com>
Fri, 18 Apr 2014 09:05:50 +0000 (09:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206567 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopVectorize/AArch64/lit.local.cfg [new file with mode: 0644]

diff --git a/test/Transforms/LoopVectorize/AArch64/lit.local.cfg b/test/Transforms/LoopVectorize/AArch64/lit.local.cfg
new file mode 100644 (file)
index 0000000..c5ce241
--- /dev/null
@@ -0,0 +1,6 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+targets = set(config.root.targets_to_build.split())
+if not 'AArch64' in targets:
+    config.unsupported = True
+