llvm-6502/test/Bindings/llvm-c/lit.local.cfg
2013-10-23 08:47:52 +00:00

6 lines
162 B
INI

targets = set(config.root.targets_to_build.split())
if not "X86" in targets:
config.unsupported = True
if not "ARM" in targets:
config.unsupported = True