From ab85113a931e449daf87448752a76a0d2a20f1e1 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 12 Apr 2017 17:14:46 +0000 Subject: [PATCH] [SystemZ] Fix target specific tests llvm-svn: 300078 --- llvm/test/Analysis/CostModel/SystemZ/lit.local.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 llvm/test/Analysis/CostModel/SystemZ/lit.local.cfg diff --git a/llvm/test/Analysis/CostModel/SystemZ/lit.local.cfg b/llvm/test/Analysis/CostModel/SystemZ/lit.local.cfg new file mode 100644 index 0000000..2f3cf7d --- /dev/null +++ b/llvm/test/Analysis/CostModel/SystemZ/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'SystemZ' in config.root.targets: + config.unsupported = True -- 2.7.4