summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Object/ARM/lit.local.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Object/ARM/lit.local.cfg b/test/Object/ARM/lit.local.cfg
new file mode 100644
index 00000000000..5fc35d80541
--- /dev/null
+++ b/test/Object/ARM/lit.local.cfg
@@ -0,0 +1,3 @@
+targets = set(config.root.targets_to_build.split())
+if not 'ARM' in targets:
+ config.unsupported = True