diff options
Diffstat (limited to 'test/Bindings/llvm-c/lit.local.cfg')
-rw-r--r-- | test/Bindings/llvm-c/lit.local.cfg | 5 |
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 000000000000..d83ebeed8e1c --- /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 |