From: Renato Golin Date: Wed, 12 Apr 2017 17:14:46 +0000 (+0000) Subject: [SystemZ] Fix target specific tests X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3183fbc849f015fd085ce6724e85ae1de65db4e6;p=llvm [SystemZ] Fix target specific tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300078 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/CostModel/SystemZ/lit.local.cfg b/test/Analysis/CostModel/SystemZ/lit.local.cfg new file mode 100644 index 00000000000..2f3cf7d3f04 --- /dev/null +++ b/test/Analysis/CostModel/SystemZ/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'SystemZ' in config.root.targets: + config.unsupported = True