diff options
author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2018-01-19 19:51:38 +0000 |
---|---|---|
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2018-01-19 19:51:38 +0000 |
commit | ac04d9b8e5f1d9668ed17977784bd844477c8cfc (patch) | |
tree | eb9c1d0709b28e2509098afa1ec70a0fd62260bd | |
parent | 66d0023d86dc34a5636ab2e734f4e3683081b0b4 (diff) | |
download | bcm5719-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.cfg | 2 |
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. |