[llvm] r193580 - Add llvm/test/Transforms/SLPVectorizer/ARM/lit.local.cfg. Tests there require ARM in targets.

NAKAMURA Takumi geek4civic at gmail.com
Mon Oct 28 19:46:00 PDT 2013


Author: chapuni
Date: Mon Oct 28 21:46:00 2013
New Revision: 193580

URL: http://llvm.org/viewvc/llvm-project?rev=193580&view=rev
Log:
Add llvm/test/Transforms/SLPVectorizer/ARM/lit.local.cfg. Tests there require ARM in targets.

Added:
    llvm/trunk/test/Transforms/SLPVectorizer/ARM/lit.local.cfg

Added: llvm/trunk/test/Transforms/SLPVectorizer/ARM/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SLPVectorizer/ARM/lit.local.cfg?rev=193580&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/SLPVectorizer/ARM/lit.local.cfg (added)
+++ llvm/trunk/test/Transforms/SLPVectorizer/ARM/lit.local.cfg Mon Oct 28 21:46:00 2013
@@ -0,0 +1,3 @@
+targets = set(config.root.targets_to_build.split())
+if not 'ARM' in targets:
+    config.unsupported = True





More information about the llvm-commits mailing list