summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2018-01-19 19:51:38 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2018-01-19 19:51:38 +0000
commitac04d9b8e5f1d9668ed17977784bd844477c8cfc (patch)
treeeb9c1d0709b28e2509098afa1ec70a0fd62260bd
parent66d0023d86dc34a5636ab2e734f4e3683081b0b4 (diff)
downloadbcm5719-llvm-ac04d9b8e5f1d9668ed17977784bd844477c8cfc.tar.gz
bcm5719-llvm-ac04d9b8e5f1d9668ed17977784bd844477c8cfc.zip
[SystemZ] Run branch-12.ll test only if long tests enabled
This avoids excessive test run times e.g. with expensive checks enabled. llvm-svn: 322983
-rw-r--r--llvm/test/CodeGen/SystemZ/Large/branch-01.ll (renamed from llvm/test/CodeGen/SystemZ/branch-12.ll)0
-rw-r--r--llvm/test/CodeGen/SystemZ/Large/lit.local.cfg2
2 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/branch-12.ll b/llvm/test/CodeGen/SystemZ/Large/branch-01.ll
index 17d9c49a656..17d9c49a656 100644
--- a/llvm/test/CodeGen/SystemZ/branch-12.ll
+++ b/llvm/test/CodeGen/SystemZ/Large/branch-01.ll
diff --git a/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg b/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg
index d9d46472613..dcfac5b37ba 100644
--- a/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg
+++ b/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg
@@ -1,4 +1,4 @@
-config.suffixes = ['.py']
+config.suffixes = [ '.ll', '.py' ]
# These tests take on the order of seconds to run, so skip them unless
# we're running long tests.
OpenPOWER on IntegriCloud