diff options
| author | Dinar Temirbulatov <dtemirbulatov@gmail.com> | 2017-11-13 18:35:43 +0000 |
|---|---|---|
| committer | Dinar Temirbulatov <dtemirbulatov@gmail.com> | 2017-11-13 18:35:43 +0000 |
| commit | a9e47fd7d92ba6e1efe46833c03fe5a551c25bce (patch) | |
| tree | d815f42bc2604460e83c3d108858ac40ba31aaae | |
| parent | 58fe67a96537cfc50f891101e7c578c0cd73bab6 (diff) | |
| download | bcm5719-llvm-a9e47fd7d92ba6e1efe46833c03fe5a551c25bce.tar.gz bcm5719-llvm-a9e47fd7d92ba6e1efe46833c03fe5a551c25bce.zip | |
NFC, Allow SystemZ SLP tests only when SystemZ is supported.
llvm-svn: 318070
| -rw-r--r-- | llvm/test/Transforms/SLPVectorizer/SystemZ/lit.local.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SLPVectorizer/SystemZ/lit.local.cfg b/llvm/test/Transforms/SLPVectorizer/SystemZ/lit.local.cfg new file mode 100644 index 00000000000..5c02dd3614a --- /dev/null +++ b/llvm/test/Transforms/SLPVectorizer/SystemZ/lit.local.cfg @@ -0,0 +1,3 @@ +if not 'SystemZ' in config.root.targets: + config.unsupported = True + |

