aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/LoopVectorize/xcore/lit.local.cfg3
-rw-r--r--test/Transforms/SLPVectorizer/xcore/lit.local.cfg3
2 files changed, 6 insertions, 0 deletions
diff --git a/test/Transforms/LoopVectorize/xcore/lit.local.cfg b/test/Transforms/LoopVectorize/xcore/lit.local.cfg
new file mode 100644
index 0000000..4d17d46
--- /dev/null
+++ b/test/Transforms/LoopVectorize/xcore/lit.local.cfg
@@ -0,0 +1,3 @@
+targets = set(config.root.targets_to_build.split())
+if not 'XCore' in targets:
+ config.unsupported = True
diff --git a/test/Transforms/SLPVectorizer/xcore/lit.local.cfg b/test/Transforms/SLPVectorizer/xcore/lit.local.cfg
new file mode 100644
index 0000000..4d17d46
--- /dev/null
+++ b/test/Transforms/SLPVectorizer/xcore/lit.local.cfg
@@ -0,0 +1,3 @@
+targets = set(config.root.targets_to_build.split())
+if not 'XCore' in targets:
+ config.unsupported = True