aboutsummaryrefslogtreecommitdiffstats
path: root/test/Bindings/llvm-c/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/Bindings/llvm-c/lit.local.cfg')
-rw-r--r--test/Bindings/llvm-c/lit.local.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Bindings/llvm-c/lit.local.cfg b/test/Bindings/llvm-c/lit.local.cfg
new file mode 100644
index 0000000..d83ebee
--- /dev/null
+++ b/test/Bindings/llvm-c/lit.local.cfg
@@ -0,0 +1,5 @@
+targets = set(config.root.targets_to_build.split())
+if not "X86" in targets:
+ config.unsupported = True
+if not "ARM" in targets:
+ config.unsupported = True