llvm-6502/test/Transforms/TailDup/lit.local.cfg

6 lines
148 B
INI
Raw Normal View History

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