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