NFC, Allow SystemZ SLP tests only when SystemZ is supported.
authorDinar Temirbulatov <dtemirbulatov@gmail.com>
Mon, 13 Nov 2017 18:35:43 +0000 (18:35 +0000)
committerDinar Temirbulatov <dtemirbulatov@gmail.com>
Mon, 13 Nov 2017 18:35:43 +0000 (18:35 +0000)
llvm-svn: 318070

llvm/test/Transforms/SLPVectorizer/SystemZ/lit.local.cfg [new file with mode: 0644]

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