From: Dinar Temirbulatov Date: Mon, 13 Nov 2017 18:35:43 +0000 (+0000) Subject: NFC, Allow SystemZ SLP tests only when SystemZ is supported. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9e47fd7d92ba6e1efe46833c03fe5a551c25bce;p=platform%2Fupstream%2Fllvm.git NFC, Allow SystemZ SLP tests only when SystemZ is supported. llvm-svn: 318070 --- 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 0000000..5c02dd3 --- /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 +