llvm-6502/test/Transforms/BBVectorize/lit.local.cfg
2012-10-26 19:38:09 +00:00

7 lines
149 B
INI

config.suffixes = ['.ll', '.c', '.cpp']
targets = set(config.root.targets_to_build.split())
if not 'X86' in targets:
config.unsupported = True