[llvm] r300078 - [SystemZ] Fix target specific tests

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 10:14:46 PDT 2017


Author: rengolin
Date: Wed Apr 12 12:14:46 2017
New Revision: 300078

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

Added:
    llvm/trunk/test/Analysis/CostModel/SystemZ/lit.local.cfg

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




More information about the llvm-commits mailing list