diff options
author | Renato Golin <renato.golin@linaro.org> | 2017-04-12 18:03:09 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2017-04-12 18:03:09 +0000 |
commit | af3bc2089e8ebd4a9c62a651579c6770b05af55c (patch) | |
tree | 904c77e27f5e1adb444b1ea9e069ca5f48e281cf | |
parent | e9438b35aad80b2bf36ce93d6d0d879a3ccc2070 (diff) | |
download | bcm5719-llvm-af3bc2089e8ebd4a9c62a651579c6770b05af55c.tar.gz bcm5719-llvm-af3bc2089e8ebd4a9c62a651579c6770b05af55c.zip |
[SystemZ] Fix more target specific tests
llvm-svn: 300081
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/SystemZ/lit.local.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/SystemZ/lit.local.cfg b/llvm/test/Transforms/LoopVectorize/SystemZ/lit.local.cfg new file mode 100644 index 00000000000..2f3cf7d3f04 --- /dev/null +++ b/llvm/test/Transforms/LoopVectorize/SystemZ/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'SystemZ' in config.root.targets: + config.unsupported = True |