From 3183fbc849f015fd085ce6724e85ae1de65db4e6 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300078 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/CostModel/SystemZ/lit.local.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/Analysis/CostModel/SystemZ/lit.local.cfg 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 -- 2.40.0