]> granicus.if.org Git - llvm/commitdiff
[SystemZ] Fix more target specific tests
authorRenato Golin <renato.golin@linaro.org>
Wed, 12 Apr 2017 18:03:09 +0000 (18:03 +0000)
committerRenato Golin <renato.golin@linaro.org>
Wed, 12 Apr 2017 18:03:09 +0000 (18:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300081 91177308-0d34-0410-b5e6-96231b3b80d8

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

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