[llvm] r300081 - [SystemZ] Fix more target specific tests

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 11:03:09 PDT 2017


Author: rengolin
Date: Wed Apr 12 13:03:09 2017
New Revision: 300081

URL: http://llvm.org/viewvc/llvm-project?rev=300081&view=rev
Log:
[SystemZ] Fix more target specific tests

Added:
    llvm/trunk/test/Transforms/LoopVectorize/SystemZ/lit.local.cfg

Added: llvm/trunk/test/Transforms/LoopVectorize/SystemZ/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopVectorize/SystemZ/lit.local.cfg?rev=300081&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/LoopVectorize/SystemZ/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/LoopVectorize/SystemZ/lit.local.cfg Wed Apr 12 13:03:09 2017
@@ -0,0 +1,2 @@
+if not 'SystemZ' in config.root.targets:
+    config.unsupported = True




More information about the llvm-commits mailing list