[SystemZ] Fix target specific tests
authorRenato Golin <renato.golin@linaro.org>
Wed, 12 Apr 2017 17:14:46 +0000 (17:14 +0000)
committerRenato Golin <renato.golin@linaro.org>
Wed, 12 Apr 2017 17:14:46 +0000 (17:14 +0000)
llvm-svn: 300078

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

diff --git a/llvm/test/Analysis/CostModel/SystemZ/lit.local.cfg b/llvm/test/Analysis/CostModel/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