OSDN Git Service

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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318070 91177308-0d34-0410-b5e6-96231b3b80d8

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

diff --git a/test/Transforms/SLPVectorizer/SystemZ/lit.local.cfg b/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
+