From 73ba5e94152e45e0be8ad6f6cee16dac78431d68 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 12 Apr 2017 18:03:09 +0000 Subject: [PATCH] [SystemZ] Fix more target specific tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300081 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopVectorize/SystemZ/lit.local.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/Transforms/LoopVectorize/SystemZ/lit.local.cfg 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 -- 2.40.0